Html Css Color HEX #5998DD Picton Blue

📋 copy color: '#5998DD'

red 89 ◦ green 152 ◦ blue 221

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

Shades of Picton Blue #5998DD

Tints of Picton Blue #5998DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.9%

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

R = 19.26%
G = 32.9%
B = 47.84%

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

#5998DD (or 0x5998DD) is known color: Picton Blue. HEX triplet: 59, 98 and DD. RGB value is (89,152,221). Sum of RGB (Red+Green+Blue) = 89+152+221=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #5998DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998DD is #A66722. Grayscale: #8C8C8C. Windows color (decimal): -10905379 or 14522457. OLE color: 14522457.

HSL color Cylindrical-coordinate representation of color #5998DD: hue angle of 211.36º 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 #5998DD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 152 221 -
CMYK 0.60 0.31 0 0.13
HSL 211.36º 0.66% 0.61% -
HSV(B) 211.36º 0.6% 0.87% -
XYZ 28.4 29.8 72.66 -
YUV 141.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 89 152 221 0.60 0.31 0 0.13 211.36 0.66 0.61
Hex 59 98 DD 3C 1F 0 D D3 42 3D
Octal 131 230 335 74 37 0 15 323 102 75
Binary 1011001 10011000 11011101 111100 11111 0 1101 11010011 1000010 111101

Color Harmonies of #5998DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5998DD

Black with #5998DD

Text Example


Text Example

White with #5998DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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