Html Css Color HEX #5B6DCB Chetwode Blue

📋 copy color: '#5B6DCB'

red 91 ◦ green 109 ◦ blue 203

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

Shades of Chetwode Blue #5B6DCB

Tints of Chetwode Blue #5B6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 22.58%
G = 27.05%
B = 50.37%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B6DCB (or 0x5B6DCB) is known color: Chetwode Blue. HEX triplet: 5B, 6D and CB. RGB value is (91,109,203). Sum of RGB (Red+Green+Blue) = 91+109+203=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B6DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6DCB is #A49234. Grayscale: #717171. Windows color (decimal): -10785333 or 13331803. OLE color: 13331803.

HSL color Cylindrical-coordinate representation of color #5B6DCB: hue angle of 230.36º degrees, saturation: 0.52, 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 #5B6DCB is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 109 203 -
CMYK 0.55 0.46 0 0.20
HSL 230.36º 0.52% 0.58% -
HSV(B) 230.36º 0.55% 0.8% -
XYZ 20.56 17.47 58.79 -
YUV 114.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 91 109 203 0.55 0.46 0 0.20 230.36 0.52 0.58
Hex 5B 6D CB 37 2E 0 14 E6 34 3A
Octal 133 155 313 67 56 0 24 346 64 72
Binary 1011011 1101101 11001011 110111 101110 0 10100 11100110 110100 111010

Color Harmonies of #5B6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6DCB

Black with #5B6DCB

Text Example


Text Example

White with #5B6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,109,203); }

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

background-color css

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

 a { background-color: rgb(91,109,203); }

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

border-color css

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

 span { border-color: rgb(91,109,203); }

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