#5D6ABC

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

Shades of Chetwode Blue #5D6ABC

Tints of Chetwode Blue #5D6ABC

Color information

#5D6ABC (or 0x5D6ABC) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 6A and BC. RGB value is (93,106,188). Sum of RGB (Red+Green+Blue) = 93+106+188=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6ABC is #A29543. Grayscale: #6F6F6F. Windows color (decimal): -10655044 or 12347997. OLE color: 12347997.

HSL color Cylindrical-coordinate representation of color #5D6ABC: hue angle of 231.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D6ABC is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB93106188-
CMYK0.510.4400.26
HSL231.79º41.48%55.1%-
HSV(B)231.79º50.53%73.73%-
XYZ18.7516.2749.73-
YUV111.46171.19114.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.03%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=24.03%
G=27.39%
B=48.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal931061880.510.4400.26231.7941.4855.1
Hex5D6ABC332C01Ae82937
Octal13515227463540323505167
Binary101110111010101011110011001110110001101011101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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