#5F6CAF

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

Shades of Chetwode Blue #5F6CAF

Tints of Chetwode Blue #5F6CAF

Color information

#5F6CAF (or 0x5F6CAF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6C and AF. RGB value is (95,108,175). Sum of RGB (Red+Green+Blue) = 95+108+175=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F6CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6CAF is #A09350. Grayscale: #6F6F6F. Windows color (decimal): -10523473 or 11496543. OLE color: 11496543.

HSL color Cylindrical-coordinate representation of color #5F6CAF: hue angle of 230.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F6CAF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB95108175-
CMYK0.460.3800.31
HSL230.25º33.33%52.94%-
HSV(B)230.25º45.71%68.63%-
XYZ17.8216.2542.76-
YUV111.75163.69116.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.13%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=25.13%
G=28.57%
B=46.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951081750.460.3800.31230.2533.3352.94
Hex5F6CAF2E2601Fe62135
Octal13715425756460373464165
Binary101111111011001010111110111010011001111111100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,108,175); }

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

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

 a { background-color: rgb(95,108,175); }

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

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

 span { border-color: rgb(95,108,175); }

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