Html Css Color HEX #5B9EDC Picton Blue

📋 copy color: '#5B9EDC'

red 91 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #5B9EDC

Tints of Picton Blue #5B9EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 19.4%
G = 33.69%
B = 46.91%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B9EDC (or 0x5B9EDC) is known color: Picton Blue. HEX triplet: 5B, 9E and DC. RGB value is (91,158,220). Sum of RGB (Red+Green+Blue) = 91+158+220=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B9EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9EDC is #A46123. Grayscale: #909090. Windows color (decimal): -10772772 or 14458459. OLE color: 14458459.

HSL color Cylindrical-coordinate representation of color #5B9EDC: hue angle of 208.84º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B9EDC is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 158 220 -
CMYK 0.59 0.28 0 0.14
HSL 208.84º 0.65% 0.61% -
HSV(B) 208.84º 0.59% 0.86% -
XYZ 29.46 31.85 72.3 -
YUV 145.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 91 158 220 0.59 0.28 0 0.14 208.84 0.65 0.61
Hex 5B 9E DC 3B 1C 0 E D1 41 3D
Octal 133 236 334 73 34 0 16 321 101 75
Binary 1011011 10011110 11011100 111011 11100 0 1110 11010001 1000001 111101

Color Harmonies of #5B9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9EDC

Black with #5B9EDC

Text Example


Text Example

White with #5B9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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