#5F6DCD

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

Shades of Chetwode Blue #5F6DCD

Tints of Chetwode Blue #5F6DCD

Color information

#5F6DCD (or 0x5F6DCD) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6D and CD. RGB value is (95,109,205). Sum of RGB (Red+Green+Blue) = 95+109+205=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6DCD is #A09232. Grayscale: #737373. Windows color (decimal): -10523187 or 13462879. OLE color: 13462879.

HSL color Cylindrical-coordinate representation of color #5F6DCD: hue angle of 232.36º 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 #5F6DCD is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB95109205-
CMYK0.540.4700.20
HSL232.36º52.38%58.82%-
HSV(B)232.36º53.66%80.39%-
XYZ21.2117.7860.07-
YUV115.76178.36113.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.23%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=23.23%
G=26.65%
B=50.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951092050.540.4700.20232.3652.3858.82
Hex5F6DCD362F014e8343b
Octal13715531566570243506473
Binary101111111011011100110111011010111101010011101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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