#5D70CD

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

Shades of Chetwode Blue #5D70CD

Tints of Chetwode Blue #5D70CD

Color information

#5D70CD (or 0x5D70CD) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 70 and CD. RGB value is (93,112,205). Sum of RGB (Red+Green+Blue) = 93+112+205=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D70CD is #A28F32. Grayscale: #747474. Windows color (decimal): -10653491 or 13463645. OLE color: 13463645.

HSL color Cylindrical-coordinate representation of color #5D70CD: hue angle of 229.82º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D70CD is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93112205-
CMYK0.550.4500.20
HSL229.82º52.83%58.43%-
HSV(B)229.82º54.63%80.39%-
XYZ21.3318.3260.17-
YUV116.92177.71110.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.68%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 205 (80.47% from 255) = 50%
R=22.68%
G=27.32%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931122050.550.4500.20229.8252.8358.43
Hex5D70CD372D014e6353a
Octal13516031567550243466572
Binary101110111100001100110111011110110101010011100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D70CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,112,205); }

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

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

 a { background-color: rgb(93,112,205); }

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

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

 span { border-color: rgb(93,112,205); }

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