Html Css Color HEX #5B9ECE Picton Blue

📋 copy color: '#5B9ECE'

red 91 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #5B9ECE

Tints of Picton Blue #5B9ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 20%
G = 34.73%
B = 45.27%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B9ECE (or 0x5B9ECE) is known color: Picton Blue. HEX triplet: 5B, 9E and CE. RGB value is (91,158,206). Sum of RGB (Red+Green+Blue) = 91+158+206=455 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B9ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9ECE is #A46131. Grayscale: #8F8F8F. Windows color (decimal): -10772786 or 13540955. OLE color: 13540955.

HSL color Cylindrical-coordinate representation of color #5B9ECE: hue angle of 205.04º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B9ECE is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 158 206 -
CMYK 0.56 0.23 0 0.19
HSL 205.04º 0.54% 0.58% -
HSV(B) 205.04º 0.56% 0.81% -
XYZ 27.68 31.13 62.94 -
YUV 143.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 91 158 206 0.56 0.23 0 0.19 205.04 0.54 0.58
Hex 5B 9E CE 38 17 0 13 CD 36 3A
Octal 133 236 316 70 27 0 23 315 66 72
Binary 1011011 10011110 11001110 111000 10111 0 10011 11001101 110110 111010

Color Harmonies of #5B9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9ECE

Black with #5B9ECE

Text Example


Text Example

White with #5B9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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