Html Css Color HEX #5B6CBA Chetwode Blue

📋 copy color: '#5B6CBA'

red 91 ◦ green 108 ◦ blue 186

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

Shades of Chetwode Blue #5B6CBA

Tints of Chetwode Blue #5B6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 23.64%
G = 28.05%
B = 48.31%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B6CBA (or 0x5B6CBA) is known color: Chetwode Blue. HEX triplet: 5B, 6C and BA. RGB value is (91,108,186). Sum of RGB (Red+Green+Blue) = 91+108+186=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B6CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6CBA is #A49345. Grayscale: #6F6F6F. Windows color (decimal): -10785606 or 12217435. OLE color: 12217435.

HSL color Cylindrical-coordinate representation of color #5B6CBA: hue angle of 229.26º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6CBA is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 108 186 -
CMYK 0.51 0.42 0 0.27
HSL 229.26º 0.41% 0.54% -
HSV(B) 229.26º 0.51% 0.73% -
XYZ 18.54 16.49 48.66 -
YUV 111.81 169.87 113.16 -
System Red Green Blue C M Y K H S L
Decimal 91 108 186 0.51 0.42 0 0.27 229.26 0.41 0.54
Hex 5B 6C BA 33 2A 0 1B E5 29 36
Octal 133 154 272 63 52 0 33 345 51 66
Binary 1011011 1101100 10111010 110011 101010 0 11011 11100101 101001 110110

Color Harmonies of #5B6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6CBA

Black with #5B6CBA

Text Example


Text Example

White with #5B6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,108,186); }

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

background-color css

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

 a { background-color: rgb(91,108,186); }

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

border-color css

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

 span { border-color: rgb(91,108,186); }

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