Html Css Color HEX #5B67BA Chetwode Blue

📋 copy color: '#5B67BA'

red 91 ◦ green 103 ◦ blue 186

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

Shades of Chetwode Blue #5B67BA

Tints of Chetwode Blue #5B67BA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.11%

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

R = 23.95%
G = 27.11%
B = 48.95%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B67BA (or 0x5B67BA) is known color: Chetwode Blue. HEX triplet: 5B, 67 and BA. RGB value is (91,103,186). Sum of RGB (Red+Green+Blue) = 91+103+186=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B67BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B67BA is #A49845. Grayscale: #6C6C6C. Windows color (decimal): -10786886 or 12216155. OLE color: 12216155.

HSL color Cylindrical-coordinate representation of color #5B67BA: hue angle of 232.42º 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 #5B67BA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 103 186 -
CMYK 0.51 0.45 0 0.27
HSL 232.42º 0.41% 0.54% -
HSV(B) 232.42º 0.51% 0.73% -
XYZ 18.03 15.47 48.49 -
YUV 108.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 91 103 186 0.51 0.45 0 0.27 232.42 0.41 0.54
Hex 5B 67 BA 33 2D 0 1B E8 29 36
Octal 133 147 272 63 55 0 33 350 51 66
Binary 1011011 1100111 10111010 110011 101101 0 11011 11101000 101001 110110

Color Harmonies of #5B67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B67BA

Black with #5B67BA

Text Example


Text Example

White with #5B67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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