Html Css Color HEX #5B99DD Picton Blue

📋 copy color: '#5B99DD'

red 91 ◦ green 153 ◦ blue 221

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

Shades of Picton Blue #5B99DD

Tints of Picton Blue #5B99DD

RGB

 RED value IS 91 (35.94% from 255) = 19.57%

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

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

R = 19.57%
G = 32.9%
B = 47.53%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B99DD (or 0x5B99DD) is known color: Picton Blue. HEX triplet: 5B, 99 and DD. RGB value is (91,153,221). Sum of RGB (Red+Green+Blue) = 91+153+221=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B99DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B99DD is #A46622. Grayscale: #8D8D8D. Windows color (decimal): -10774051 or 14522715. OLE color: 14522715.

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

Color convert

RGB 91 153 221 -
CMYK 0.59 0.31 0 0.13
HSL 211.38º 0.66% 0.61% -
HSV(B) 211.38º 0.59% 0.87% -
XYZ 28.76 30.23 72.73 -
YUV 142.21 172.46 91.47 -
System Red Green Blue C M Y K H S L
Decimal 91 153 221 0.59 0.31 0 0.13 211.38 0.66 0.61
Hex 5B 99 DD 3B 1F 0 D D3 42 3D
Octal 133 231 335 73 37 0 15 323 102 75
Binary 1011011 10011001 11011101 111011 11111 0 1101 11010011 1000010 111101

Color Harmonies of #5B99DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B99DD

Black with #5B99DD

Text Example


Text Example

White with #5B99DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B99DD; }

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

 H1.HeaderClassName
 {
   color: #5B99DD;
 }
 .AnyTagClassName
 {
   color: #5B99DD;
 }
</style>

background-color css

<style>
 a { background-color: #5B99DD; }

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

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

border-color css

<style>
 span { border-color: #5B99DD; }

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

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