Html Css Color HEX #5999DD Picton Blue

📋 copy color: '#5999DD'

red 89 ◦ green 153 ◦ blue 221

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

Shades of Picton Blue #5999DD

Tints of Picton Blue #5999DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 19.22%
G = 33.05%
B = 47.73%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5999DD (or 0x5999DD) is known color: Picton Blue. HEX triplet: 59, 99 and DD. RGB value is (89,153,221). Sum of RGB (Red+Green+Blue) = 89+153+221=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #5999DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999DD is #A66622. Grayscale: #8D8D8D. Windows color (decimal): -10905123 or 14522713. OLE color: 14522713.

HSL color Cylindrical-coordinate representation of color #5999DD: hue angle of 210.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5999DD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 153 221 -
CMYK 0.60 0.31 0 0.13
HSL 210.91º 0.66% 0.61% -
HSV(B) 210.91º 0.6% 0.87% -
XYZ 28.56 30.13 72.72 -
YUV 141.62 172.8 90.47 -
System Red Green Blue C M Y K H S L
Decimal 89 153 221 0.60 0.31 0 0.13 210.91 0.66 0.61
Hex 59 99 DD 3C 1F 0 D D3 42 3D
Octal 131 231 335 74 37 0 15 323 102 75
Binary 1011001 10011001 11011101 111100 11111 0 1101 11010011 1000010 111101

Color Harmonies of #5999DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5999DD

Black with #5999DD

Text Example


Text Example

White with #5999DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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