#58A1CD

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

Shades of Picton Blue #58A1CD

Tints of Picton Blue #58A1CD

Color information

#58A1CD (or 0x58A1CD) is unknown color: approx Picton Blue. HEX triplet: 58, A1 and CD. RGB value is (88,161,205). Sum of RGB (Red+Green+Blue) = 88+161+205=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #58A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A1CD is #A75E32. Grayscale: #8F8F8F. Windows color (decimal): -10968627 or 13476184. OLE color: 13476184.

HSL color Cylindrical-coordinate representation of color #58A1CD: hue angle of 202.56º 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 #58A1CD is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88161205-
CMYK0.570.2100.20
HSL202.56º53.92%57.45%-
HSV(B)202.56º57.07%80.39%-
XYZ27.7931.9762.46-
YUV144.19162.3287.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.38%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=19.38%
G=35.46%
B=45.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881612050.570.2100.20202.5653.9257.45
Hex58A1CD3915014cb3639
Octal13024131571250243136671
Binary101100010100001110011011110011010101010011001011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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