Html Css Color HEX #5967AA Chetwode Blue

📋 copy color: '#5967AA'

red 89 ◦ green 103 ◦ blue 170

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

Shades of Chetwode Blue #5967AA

Tints of Chetwode Blue #5967AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 24.59%
G = 28.45%
B = 46.96%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5967AA (or 0x5967AA) is known color: Chetwode Blue. HEX triplet: 59, 67 and AA. RGB value is (89,103,170). Sum of RGB (Red+Green+Blue) = 89+103+170=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #5967AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5967AA is #A69855. Grayscale: #6A6A6A. Windows color (decimal): -10917974 or 11167577. OLE color: 11167577.

HSL color Cylindrical-coordinate representation of color #5967AA: hue angle of 229.63º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5967AA is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 103 170 -
CMYK 0.48 0.39 0 0.33
HSL 229.63º 0.32% 0.51% -
HSV(B) 229.63º 0.48% 0.67% -
XYZ 16.23 14.73 40.02 -
YUV 106.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 89 103 170 0.48 0.39 0 0.33 229.63 0.32 0.51
Hex 59 67 AA 30 27 0 21 E6 20 33
Octal 131 147 252 60 47 0 41 346 40 63
Binary 1011001 1100111 10101010 110000 100111 0 100001 11100110 100000 110011

Color Harmonies of #5967AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5967AA

Black with #5967AA

Text Example


Text Example

White with #5967AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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