Html Css Color HEX #5B9CCE Picton Blue

📋 copy color: '#5B9CCE'

red 91 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #5B9CCE

Tints of Picton Blue #5B9CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.44%

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

R = 20.09%
G = 34.44%
B = 45.47%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B9CCE (or 0x5B9CCE) is known color: Picton Blue. HEX triplet: 5B, 9C and CE. RGB value is (91,156,206). Sum of RGB (Red+Green+Blue) = 91+156+206=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9CCE is #A46331. Grayscale: #8E8E8E. Windows color (decimal): -10773298 or 13540443. OLE color: 13540443.

HSL color Cylindrical-coordinate representation of color #5B9CCE: hue angle of 206.09º 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 #5B9CCE is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 156 206 -
CMYK 0.56 0.24 0 0.19
HSL 206.09º 0.54% 0.58% -
HSV(B) 206.09º 0.56% 0.81% -
XYZ 27.34 30.46 62.83 -
YUV 142.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 91 156 206 0.56 0.24 0 0.19 206.09 0.54 0.58
Hex 5B 9C CE 38 18 0 13 CE 36 3A
Octal 133 234 316 70 30 0 23 316 66 72
Binary 1011011 10011100 11001110 111000 11000 0 10011 11001110 110110 111010

Color Harmonies of #5B9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9CCE

Black with #5B9CCE

Text Example


Text Example

White with #5B9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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