Html Css Color HEX #5999CD Picton Blue

📋 copy color: '#5999CD'

red 89 ◦ green 153 ◦ blue 205

#5999CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5999CD

Tints of Picton Blue #5999CD

RGB

 RED value IS 89 (35.16% from 255) = 19.91%

 GREEN value IS 153 (60.16% from 255) = 34.23%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 19.91%
G = 34.23%
B = 45.86%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5999CD (or 0x5999CD) is known color: Picton Blue. HEX triplet: 59, 99 and CD. RGB value is (89,153,205). Sum of RGB (Red+Green+Blue) = 89+153+205=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #5999CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999CD is #A66632. Grayscale: #8B8B8B. Windows color (decimal): -10905139 or 13474137. OLE color: 13474137.

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

Color convert

RGB 89 153 205 -
CMYK 0.57 0.25 0 0.20
HSL 206.9º 0.54% 0.58% -
HSV(B) 206.9º 0.57% 0.8% -
XYZ 26.53 29.31 62.02 -
YUV 139.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 89 153 205 0.57 0.25 0 0.20 206.9 0.54 0.58
Hex 59 99 CD 39 19 0 14 CF 36 3A
Octal 131 231 315 71 31 0 24 317 66 72
Binary 1011001 10011001 11001101 111001 11001 0 10100 11001111 110110 111010

Color Harmonies of #5999CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5999CD

Black with #5999CD

Text Example


Text Example

White with #5999CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5999CD;
 }
 .AnyTagClassName
 {
   color: #5999CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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