Html Css Color HEX #5B6BB7 Chetwode Blue

📋 copy color: '#5B6BB7'

red 91 ◦ green 107 ◦ blue 183

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

Shades of Chetwode Blue #5B6BB7

Tints of Chetwode Blue #5B6BB7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.08%

 BLUE value IS 183 (71.88% from 255) = 48.03%

R = 23.88%
G = 28.08%
B = 48.03%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5B6BB7 (or 0x5B6BB7) is known color: Chetwode Blue. HEX triplet: 5B, 6B and B7. RGB value is (91,107,183). Sum of RGB (Red+Green+Blue) = 91+107+183=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #5B6BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6BB7 is #A49448. Grayscale: #6E6E6E. Windows color (decimal): -10785865 or 12020571. OLE color: 12020571.

HSL color Cylindrical-coordinate representation of color #5B6BB7: hue angle of 229.57º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B6BB7 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 91 107 183 -
CMYK 0.50 0.42 0 0.28
HSL 229.57º 0.39% 0.54% -
HSV(B) 229.57º 0.5% 0.72% -
XYZ 18.12 16.16 46.96 -
YUV 110.88 168.7 113.82 -
System Red Green Blue C M Y K H S L
Decimal 91 107 183 0.50 0.42 0 0.28 229.57 0.39 0.54
Hex 5B 6B B7 32 2A 0 1C E6 27 36
Octal 133 153 267 62 52 0 34 346 47 66
Binary 1011011 1101011 10110111 110010 101010 0 11100 11100110 100111 110110

Color Harmonies of #5B6BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6BB7

Black with #5B6BB7

Text Example


Text Example

White with #5B6BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,107,183); }

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

background-color css

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

 a { background-color: rgb(91,107,183); }

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

border-color css

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

 span { border-color: rgb(91,107,183); }

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