Html Css Color HEX #5E70CC Chetwode Blue

📋 copy color: '#5E70CC'

red 94 ◦ green 112 ◦ blue 204

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

Shades of Chetwode Blue #5E70CC

Tints of Chetwode Blue #5E70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 22.93%
G = 27.32%
B = 49.76%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E70CC (or 0x5E70CC) is known color: Chetwode Blue. HEX triplet: 5E, 70 and CC. RGB value is (94,112,204). Sum of RGB (Red+Green+Blue) = 94+112+204=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E70CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E70CC is #A18F33. Grayscale: #747474. Windows color (decimal): -10587956 or 13398110. OLE color: 13398110.

HSL color Cylindrical-coordinate representation of color #5E70CC: hue angle of 230.18º 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 #5E70CC is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 112 204 -
CMYK 0.54 0.45 0 0.2
HSL 230.18º 0.52% 0.58% -
HSV(B) 230.18º 0.54% 0.8% -
XYZ 21.31 18.33 59.54 -
YUV 117.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 94 112 204 0.54 0.45 0 0.2 230.18 0.52 0.58
Hex 5E 70 CC 36 2D 0 14 E6 34 3A
Octal 136 160 314 66 55 0 24 346 64 72
Binary 1011110 1110000 11001100 110110 101101 0 10100 11100110 110100 111010

Color Harmonies of #5E70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E70CC

Black with #5E70CC

Text Example


Text Example

White with #5E70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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