#5F69AF

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

Shades of Chetwode Blue #5F69AF

Tints of Chetwode Blue #5F69AF

Color information

#5F69AF (or 0x5F69AF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 69 and AF. RGB value is (95,105,175). Sum of RGB (Red+Green+Blue) = 95+105+175=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F69AF is #A09650. Grayscale: #6D6D6D. Windows color (decimal): -10524241 or 11495775. OLE color: 11495775.

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

Color convert

RGB95105175-
CMYK0.460.4000.31
HSL232.5º33.33%52.94%-
HSV(B)232.5º45.71%68.63%-
XYZ17.5115.6342.65-
YUV109.99164.69117.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=25.33%
G=28%
B=46.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951051750.460.4000.31232.533.3352.94
Hex5F69AF2E2801Fe82135
Octal13715125756500373504165
Binary101111111010011010111110111010100001111111101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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