#58A8CA

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

Shades of Picton Blue #58A8CA

Tints of Picton Blue #58A8CA

Color information

#58A8CA (or 0x58A8CA) is unknown color: approx Picton Blue. HEX triplet: 58, A8 and CA. RGB value is (88,168,202). Sum of RGB (Red+Green+Blue) = 88+168+202=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #58A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8CA is #A75735. Grayscale: #939393. Windows color (decimal): -10966838 or 13281368. OLE color: 13281368.

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

Color convert

RGB88168202-
CMYK0.560.1700.21
HSL197.89º51.82%56.86%-
HSV(B)197.89º56.44%79.22%-
XYZ28.6934.3460.99-
YUV147.96158.585.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.21%
GREEN value IS 168 (66.02% from 255) = 36.68%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=19.21%
G=36.68%
B=44.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal881682020.560.1700.21197.8951.8256.86
Hex58A8CA3811015c63439
Octal13025031270210253066471
Binary101100010101000110010101110001000101010111000110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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