Html Css Color HEX #5967B9 Chetwode Blue

📋 copy color: '#5967B9'

red 89 ◦ green 103 ◦ blue 185

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

Shades of Chetwode Blue #5967B9

Tints of Chetwode Blue #5967B9

RGB

 RED value IS 89 (35.16% from 255) = 23.61%

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

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 23.61%
G = 27.32%
B = 49.07%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5967B9 (or 0x5967B9) is known color: Chetwode Blue. HEX triplet: 59, 67 and B9. RGB value is (89,103,185). Sum of RGB (Red+Green+Blue) = 89+103+185=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #5967B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5967B9 is #A69846. Grayscale: #6B6B6B. Windows color (decimal): -10917959 or 12150617. OLE color: 12150617.

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

Color convert

RGB 89 103 185 -
CMYK 0.52 0.44 0 0.27
HSL 231.25º 0.41% 0.54% -
HSV(B) 231.25º 0.52% 0.73% -
XYZ 17.73 15.33 47.92 -
YUV 108.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 89 103 185 0.52 0.44 0 0.27 231.25 0.41 0.54
Hex 59 67 B9 34 2C 0 1B E7 29 36
Octal 131 147 271 64 54 0 33 347 51 66
Binary 1011001 1100111 10111001 110100 101100 0 11011 11100111 101001 110110

Color Harmonies of #5967B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5967B9

Black with #5967B9

Text Example


Text Example

White with #5967B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5967B9; }

 p { color: rgb(89,103,185); }

 H1.HeaderClassName
 {
   color: #5967B9;
 }
 .AnyTagClassName
 {
   color: #5967B9;
 }
</style>

background-color css

<style>
 a { background-color: #5967B9; }

 a { background-color: rgb(89,103,185); }

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

border-color css

<style>
 span { border-color: #5967B9; }

 span { border-color: rgb(89,103,185); }

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