Html Css Color HEX #5B9BCC Picton Blue

📋 copy color: '#5B9BCC'

red 91 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #5B9BCC

Tints of Picton Blue #5B9BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.44%

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 20.22%
G = 34.44%
B = 45.33%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B9BCC (or 0x5B9BCC) is known color: Picton Blue. HEX triplet: 5B, 9B and CC. RGB value is (91,155,204). Sum of RGB (Red+Green+Blue) = 91+155+204=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B9BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9BCC is #A46433. Grayscale: #8D8D8D. Windows color (decimal): -10773556 or 13409115. OLE color: 13409115.

HSL color Cylindrical-coordinate representation of color #5B9BCC: hue angle of 206.02º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B9BCC is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 155 204 -
CMYK 0.55 0.24 0 0.2
HSL 206.02º 0.53% 0.58% -
HSV(B) 206.02º 0.55% 0.8% -
XYZ 26.93 30.03 61.5 -
YUV 141.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 91 155 204 0.55 0.24 0 0.2 206.02 0.53 0.58
Hex 5B 9B CC 37 18 0 14 CE 35 3A
Octal 133 233 314 67 30 0 24 316 65 72
Binary 1011011 10011011 11001100 110111 11000 0 10100 11001110 110101 111010

Color Harmonies of #5B9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9BCC

Black with #5B9BCC

Text Example


Text Example

White with #5B9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,155,204); }

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

background-color css

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

 a { background-color: rgb(91,155,204); }

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

border-color css

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

 span { border-color: rgb(91,155,204); }

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