Html Css Color HEX #5B9ADD Picton Blue

📋 copy color: '#5B9ADD'

red 91 ◦ green 154 ◦ blue 221

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

Shades of Picton Blue #5B9ADD

Tints of Picton Blue #5B9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.05%

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

R = 19.53%
G = 33.05%
B = 47.42%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B9ADD (or 0x5B9ADD) is known color: Picton Blue. HEX triplet: 5B, 9A and DD. RGB value is (91,154,221). Sum of RGB (Red+Green+Blue) = 91+154+221=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B9ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9ADD is #A46522. Grayscale: #8E8E8E. Windows color (decimal): -10773795 or 14522971. OLE color: 14522971.

HSL color Cylindrical-coordinate representation of color #5B9ADD: hue angle of 210.92º 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 #5B9ADD is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 154 221 -
CMYK 0.59 0.30 0 0.13
HSL 210.92º 0.66% 0.61% -
HSV(B) 210.92º 0.59% 0.87% -
XYZ 28.92 30.56 72.78 -
YUV 142.8 172.13 91.05 -
System Red Green Blue C M Y K H S L
Decimal 91 154 221 0.59 0.30 0 0.13 210.92 0.66 0.61
Hex 5B 9A DD 3B 1E 0 D D3 42 3D
Octal 133 232 335 73 36 0 15 323 102 75
Binary 1011011 10011010 11011101 111011 11110 0 1101 11010011 1000010 111101

Color Harmonies of #5B9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9ADD

Black with #5B9ADD

Text Example


Text Example

White with #5B9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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