#5D6CC4

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

Shades of Chetwode Blue #5D6CC4

Tints of Chetwode Blue #5D6CC4

Color information

#5D6CC4 (or 0x5D6CC4) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 6C and C4. RGB value is (93,108,196). Sum of RGB (Red+Green+Blue) = 93+108+196=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 196 (76.95% from 255 or 49.37% from 397); Max value from RGB is 196 - color contains mainly: blue. Hex color #5D6CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6CC4 is #A2933B. Grayscale: #717171. Windows color (decimal): -10654524 or 12872797. OLE color: 12872797.

HSL color Cylindrical-coordinate representation of color #5D6CC4: hue angle of 231.26º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D6CC4 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB93108196-
CMYK0.530.4500.23
HSL231.26º46.61%56.67%-
HSV(B)231.26º52.55%76.86%-
XYZ19.8417.0454.47-
YUV113.55174.53113.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 196 (76.95% from 255) = 49.37%
R=23.43%
G=27.20%
B=49.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal931081960.530.4500.23231.2646.6156.67
Hex5D6CC4352D017e72f39
Octal13515430465550273475771
Binary101110111011001100010011010110110101011111100111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,108,196); }

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

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

 a { background-color: rgb(93,108,196); }

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

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

 span { border-color: rgb(93,108,196); }

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