#5F6DAF

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

Shades of Chetwode Blue #5F6DAF

Tints of Chetwode Blue #5F6DAF

Color information

#5F6DAF (or 0x5F6DAF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6D and AF. RGB value is (95,109,175). Sum of RGB (Red+Green+Blue) = 95+109+175=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F6DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6DAF is #A09250. Grayscale: #707070. Windows color (decimal): -10523217 or 11496799. OLE color: 11496799.

HSL color Cylindrical-coordinate representation of color #5F6DAF: hue angle of 229.5º 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 #5F6DAF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB95109175-
CMYK0.460.3800.31
HSL229.5º33.33%52.94%-
HSV(B)229.5º45.71%68.63%-
XYZ17.9316.4742.79-
YUV112.34163.36115.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=25.07%
G=28.76%
B=46.17%

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
Decimal951091750.460.3800.31229.533.3352.94
Hex5F6DAF2E2601Fe62135
Octal13715525756460373464165
Binary101111111011011010111110111010011001111111100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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