#5F69AD

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

Shades of Chetwode Blue #5F69AD

Tints of Chetwode Blue #5F69AD

Color information

#5F69AD (or 0x5F69AD) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 69 and AD. RGB value is (95,105,173). Sum of RGB (Red+Green+Blue) = 95+105+173=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F69AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F69AD is #A09652. Grayscale: #6D6D6D. Windows color (decimal): -10524243 or 11364703. OLE color: 11364703.

HSL color Cylindrical-coordinate representation of color #5F69AD: hue angle of 232.31º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F69AD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB95105173-
CMYK0.450.3900.32
HSL232.31º32.23%52.55%-
HSV(B)232.31º45.09%67.84%-
XYZ17.3115.5541.62-
YUV109.76163.69117.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=25.47%
G=28.15%
B=46.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951051730.450.3900.32232.3132.2352.55
Hex5F69AD2D27020e82035
Octal13715125555470403504065
Binary1011111110100110101101101101100111010000011101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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