#58A6CA

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

Shades of Picton Blue #58A6CA

Tints of Picton Blue #58A6CA

Color information

#58A6CA (or 0x58A6CA) is unknown color: approx Picton Blue. HEX triplet: 58, A6 and CA. RGB value is (88,166,202). Sum of RGB (Red+Green+Blue) = 88+166+202=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #58A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A6CA is #A75935. Grayscale: #929292. Windows color (decimal): -10967350 or 13280856. OLE color: 13280856.

HSL color Cylindrical-coordinate representation of color #58A6CA: hue angle of 198.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58A6CA is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB88166202-
CMYK0.560.1800.21
HSL198.95º51.82%56.86%-
HSV(B)198.95º56.44%79.22%-
XYZ28.3233.6160.87-
YUV146.78159.1686.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.30%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=19.30%
G=36.40%
B=44.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal881662020.560.1800.21198.9551.8256.86
Hex58A6CA3812015c73439
Octal13024631270220253076471
Binary101100010100110110010101110001001001010111000111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,166,202); }

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

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

 a { background-color: rgb(88,166,202); }

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

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

 span { border-color: rgb(88,166,202); }

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