#5F67AA

Color #5F67AA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5F67AA

Tints of Chetwode Blue #5F67AA

Color information

#5F67AA (or 0x5F67AA) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 67 and AA. RGB value is (95,103,170). Sum of RGB (Red+Green+Blue) = 95+103+170=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F67AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F67AA is #A09855. Grayscale: #6B6B6B. Windows color (decimal): -10524758 or 11167583. OLE color: 11167583.

HSL color Cylindrical-coordinate representation of color #5F67AA: hue angle of 233.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F67AA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB95103170-
CMYK0.440.3900.33
HSL233.6º30.61%51.96%-
HSV(B)233.6º44.12%66.67%-
XYZ16.8315.0440.05-
YUV108.25162.85118.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=25.82%
G=27.99%
B=46.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951031700.440.3900.33233.630.6151.96
Hex5F67AA2C27021ea1f34
Octal13714725254470413523764
Binary101111111001111010101010110010011101000011110101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F67AA;
 }
 .AnyTagClassName
 {
   color: #5F67AA;
 }
</style>
background-color css

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

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

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

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

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

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