#5998CD

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

Shades of Picton Blue #5998CD

Tints of Picton Blue #5998CD

Color information

#5998CD (or 0x5998CD) is unknown color: approx Picton Blue. HEX triplet: 59, 98 and CD. RGB value is (89,152,205). Sum of RGB (Red+Green+Blue) = 89+152+205=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #5998CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998CD is #A66732. Grayscale: #8A8A8A. Windows color (decimal): -10905395 or 13473881. OLE color: 13473881.

HSL color Cylindrical-coordinate representation of color #5998CD: hue angle of 207.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5998CD is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89152205-
CMYK0.570.2600.20
HSL207.41º53.7%57.65%-
HSV(B)207.41º56.59%80.39%-
XYZ26.3728.9961.96-
YUV139.2165.1392.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=19.96%
G=34.08%
B=45.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891522050.570.2600.20207.4153.757.65
Hex5998CD391A014cf363a
Octal13123031571320243176672
Binary101100110011000110011011110011101001010011001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5998CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5998CD; }

 p { color: rgb(89,152,205); }

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

<style>
 a { background-color: #5998CD; }

 a { background-color: rgb(89,152,205); }

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

<style>
 span { border-color: #5998CD; }

 span { border-color: rgb(89,152,205); }

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