Html Css Color HEX #5B9ECA Picton Blue

📋 copy color: '#5B9ECA'

red 91 ◦ green 158 ◦ blue 202

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

Shades of Picton Blue #5B9ECA

Tints of Picton Blue #5B9ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 20.18%
G = 35.03%
B = 44.79%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B9ECA (or 0x5B9ECA) is known color: Picton Blue. HEX triplet: 5B, 9E and CA. RGB value is (91,158,202). Sum of RGB (Red+Green+Blue) = 91+158+202=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B9ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9ECA is #A46135. Grayscale: #8E8E8E. Windows color (decimal): -10772790 or 13278811. OLE color: 13278811.

HSL color Cylindrical-coordinate representation of color #5B9ECA: hue angle of 203.78º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B9ECA is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 158 202 -
CMYK 0.55 0.22 0 0.21
HSL 203.78º 0.51% 0.57% -
HSV(B) 203.78º 0.55% 0.79% -
XYZ 27.2 30.94 60.42 -
YUV 142.98 161.3 90.92 -
System Red Green Blue C M Y K H S L
Decimal 91 158 202 0.55 0.22 0 0.21 203.78 0.51 0.57
Hex 5B 9E CA 37 16 0 15 CC 33 39
Octal 133 236 312 67 26 0 25 314 63 71
Binary 1011011 10011110 11001010 110111 10110 0 10101 11001100 110011 111001

Color Harmonies of #5B9ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9ECA

Black with #5B9ECA

Text Example


Text Example

White with #5B9ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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