#58a7cd

Color #58A7CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #58A7CD

Tints of Picton Blue #58A7CD

Color information

#58A7CD (or 0x58A7CD) is unknown color: approx Picton Blue. HEX triplet: 58, A7 and CD. RGB value is (88,167,205). Sum of RGB (Red+Green+Blue) = 88+167+205=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #58A7CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7CD is #A75832. Grayscale: #939393. Windows color (decimal): -10967091 or 13477720. OLE color: 13477720.

HSL color Cylindrical-coordinate representation of color #58A7CD: hue angle of 199.49º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58A7CD is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88167205-
CMYK0.570.1900.20
HSL199.49º53.92%57.45%-
HSV(B)199.49º57.07%80.39%-
XYZ28.8634.1262.82-
YUV147.71160.3385.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 19.13%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=19.13%
G=36.30%
B=44.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881672050.570.1900.20199.4953.9257.45
Hex58A7CD3913014c73639
Octal13024731571230243076671
Binary101100010100111110011011110011001101010011000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58a7cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58a7cd; }

 p { color: rgb(88,167,205); }

 H1.HeaderClassName
 {
   color: #58a7cd;
 }
 .AnyTagClassName
 {
   color: #58a7cd;
 }
</style>
background-color css

<style>
 a { background-color: #58a7cd; }

 a { background-color: rgb(88,167,205); }

 div.DivClassName
 {
   background-color: #58a7cd;
 }
 .BgClassName
 {
   background-color: #58a7cd;
 }
</style>
border-color css

<style>
 span { border-color: #58a7cd; }

 span { border-color: rgb(88,167,205); }

 td.TdClassName
 {
   border-color: #58a7cd;
 }
 .TagClassName
 {
   border-color: #58a7cd;
 }
</style>