Html Css Color HEX #5B9EDD Picton Blue

📋 copy color: '#5B9EDD'

red 91 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #5B9EDD

Tints of Picton Blue #5B9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.62%

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

R = 19.36%
G = 33.62%
B = 47.02%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B9EDD (or 0x5B9EDD) is known color: Picton Blue. HEX triplet: 5B, 9E and DD. RGB value is (91,158,221). Sum of RGB (Red+Green+Blue) = 91+158+221=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B9EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9EDD is #A46122. Grayscale: #909090. Windows color (decimal): -10772771 or 14523995. OLE color: 14523995.

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

Color convert

RGB 91 158 221 -
CMYK 0.59 0.29 0 0.13
HSL 209.08º 0.66% 0.61% -
HSV(B) 209.08º 0.59% 0.87% -
XYZ 29.59 31.9 73 -
YUV 145.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 91 158 221 0.59 0.29 0 0.13 209.08 0.66 0.61
Hex 5B 9E DD 3B 1D 0 D D1 42 3D
Octal 133 236 335 73 35 0 15 321 102 75
Binary 1011011 10011110 11011101 111011 11101 0 1101 11010001 1000010 111101

Color Harmonies of #5B9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9EDD

Black with #5B9EDD

Text Example


Text Example

White with #5B9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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