#5D6ACC

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

Shades of Chetwode Blue #5D6ACC

Tints of Chetwode Blue #5D6ACC

Color information

#5D6ACC (or 0x5D6ACC) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 6A and CC. RGB value is (93,106,204). Sum of RGB (Red+Green+Blue) = 93+106+204=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D6ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6ACC is #A29533. Grayscale: #707070. Windows color (decimal): -10655028 or 13396573. OLE color: 13396573.

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

Color convert

RGB93106204-
CMYK0.540.4800.2
HSL232.97º52.11%58.24%-
HSV(B)232.97º54.41%80%-
XYZ20.5716.9959.32-
YUV113.28179.19113.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.08%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=23.08%
G=26.30%
B=50.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal931062040.540.4800.2232.9752.1158.24
Hex5D6ACC3630014e9343a
Octal13515231466600243516472
Binary101110111010101100110011011011000001010011101001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,106,204); }

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

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

 a { background-color: rgb(93,106,204); }

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

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

 span { border-color: rgb(93,106,204); }

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