#5F65AF

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

Shades of Chetwode Blue #5F65AF

Tints of Chetwode Blue #5F65AF

Color information

#5F65AF (or 0x5F65AF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 65 and AF. RGB value is (95,101,175). Sum of RGB (Red+Green+Blue) = 95+101+175=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F65AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F65AF is #A09A50. Grayscale: #6B6B6B. Windows color (decimal): -10525265 or 11494751. OLE color: 11494751.

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

Color convert

RGB95101175-
CMYK0.460.4200.31
HSL235.5º33.33%52.94%-
HSV(B)235.5º45.71%68.63%-
XYZ17.1114.8442.52-
YUV107.64166.01118.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=25.61%
G=27.22%
B=47.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951011750.460.4200.31235.533.3352.94
Hex5F65AF2E2A01Fec2135
Octal13714525756520373544165
Binary101111111001011010111110111010101001111111101100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F65AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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