#58ABCD

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

Shades of Picton Blue #58ABCD

Tints of Picton Blue #58ABCD

Color information

#58ABCD (or 0x58ABCD) is unknown color: approx Picton Blue. HEX triplet: 58, AB and CD. RGB value is (88,171,205). Sum of RGB (Red+Green+Blue) = 88+171+205=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #58ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABCD is #A75432. Grayscale: #959595. Windows color (decimal): -10966067 or 13478744. OLE color: 13478744.

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

Color convert

RGB88171205-
CMYK0.570.1700.20
HSL197.44º53.92%57.45%-
HSV(B)197.44º57.07%80.39%-
XYZ29.6135.6163.07-
YUV150.0615983.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.97%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=18.97%
G=36.85%
B=44.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881712050.570.1700.20197.4453.9257.45
Hex58ABCD3911014c53639
Octal13025331571210243056671
Binary101100010101011110011011110011000101010011000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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