#58A7C8

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

Shades of Picton Blue #58A7C8

Tints of Picton Blue #58A7C8

Color information

#58A7C8 (or 0x58A7C8) is unknown color: approx Picton Blue. HEX triplet: 58, A7 and C8. RGB value is (88,167,200). Sum of RGB (Red+Green+Blue) = 88+167+200=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #58A7C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7C8 is #A75837. Grayscale: #929292. Windows color (decimal): -10967096 or 13150040. OLE color: 13150040.

HSL color Cylindrical-coordinate representation of color #58A7C8: hue angle of 197.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58A7C8 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB88167200-
CMYK0.560.1600.22
HSL197.68º50.45%56.47%-
HSV(B)197.68º56%78.43%-
XYZ28.2733.8859.69-
YUV147.14157.8385.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.34%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 200 (78.52% from 255) = 43.96%
R=19.34%
G=36.70%
B=43.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal881672000.560.1600.22197.6850.4556.47
Hex58A7C83810016c63238
Octal13024731070200263066270
Binary101100010100111110010001110001000001011011000110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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