#5F6ACD

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

Shades of Chetwode Blue #5F6ACD

Tints of Chetwode Blue #5F6ACD

Color information

#5F6ACD (or 0x5F6ACD) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6A and CD. RGB value is (95,106,205). Sum of RGB (Red+Green+Blue) = 95+106+205=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6ACD is #A09532. Grayscale: #717171. Windows color (decimal): -10523955 or 13462111. OLE color: 13462111.

HSL color Cylindrical-coordinate representation of color #5F6ACD: hue angle of 234º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F6ACD is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB95106205-
CMYK0.540.4800.20
HSL234º52.38%58.82%-
HSV(B)234º53.66%80.39%-
XYZ20.8917.1559.97-
YUV114179.36114.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.40%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 205 (80.47% from 255) = 50.49%
R=23.40%
G=26.11%
B=50.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951062050.540.4800.2023452.3858.82
Hex5F6ACD3630014ea343b
Octal13715231566600243526473
Binary101111111010101100110111011011000001010011101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,106,205); }

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

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

 a { background-color: rgb(95,106,205); }

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

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

 span { border-color: rgb(95,106,205); }

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