Html Css Color HEX #5E70CD Chetwode Blue

📋 copy color: '#5E70CD'

red 94 ◦ green 112 ◦ blue 205

#5E70CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5E70CD

Tints of Chetwode Blue #5E70CD

RGB

 RED value IS 94 (37.11% from 255) = 22.87%

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 22.87%
G = 27.25%
B = 49.88%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E70CD (or 0x5E70CD) is known color: Chetwode Blue. HEX triplet: 5E, 70 and CD. RGB value is (94,112,205). Sum of RGB (Red+Green+Blue) = 94+112+205=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E70CD is #A18F32. Grayscale: #747474. Windows color (decimal): -10587955 or 13463646. OLE color: 13463646.

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

Color convert

RGB 94 112 205 -
CMYK 0.54 0.45 0 0.20
HSL 230.27º 0.53% 0.59% -
HSV(B) 230.27º 0.54% 0.8% -
XYZ 21.43 18.38 60.18 -
YUV 117.22 177.54 111.44 -
System Red Green Blue C M Y K H S L
Decimal 94 112 205 0.54 0.45 0 0.20 230.27 0.53 0.59
Hex 5E 70 CD 36 2D 0 14 E6 35 3B
Octal 136 160 315 66 55 0 24 346 65 73
Binary 1011110 1110000 11001101 110110 101101 0 10100 11100110 110101 111011

Color Harmonies of #5E70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E70CD

Black with #5E70CD

Text Example


Text Example

White with #5E70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E70CD;
 }
 .AnyTagClassName
 {
   color: #5E70CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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