#5F6ED3

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

Shades of Chetwode Blue #5F6ED3

Tints of Chetwode Blue #5F6ED3

Color information

#5F6ED3 (or 0x5F6ED3) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6E and D3. RGB value is (95,110,211). Sum of RGB (Red+Green+Blue) = 95+110+211=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #5F6ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6ED3 is #A0912C. Grayscale: #747474. Windows color (decimal): -10522925 or 13856351. OLE color: 13856351.

HSL color Cylindrical-coordinate representation of color #5F6ED3: hue angle of 232.24º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F6ED3 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB95110211-
CMYK0.550.4800.17
HSL232.24º56.86%60%-
HSV(B)232.24º54.98%82.75%-
XYZ22.0518.2964-
YUV117.03181.03112.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.84%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 211 (82.81% from 255) = 50.72%
R=22.84%
G=26.44%
B=50.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal951102110.550.4800.17232.2456.8660
Hex5F6ED33730011e8393c
Octal13715632367600213507174
Binary101111111011101101001111011111000001000111101000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,110,211); }

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

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

 a { background-color: rgb(95,110,211); }

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

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

 span { border-color: rgb(95,110,211); }

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