Html Css Color HEX #5870C0 Chetwode Blue

📋 copy color: '#5870C0'

red 88 ◦ green 112 ◦ blue 192

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

Shades of Chetwode Blue #5870C0

Tints of Chetwode Blue #5870C0

RGB

 RED value IS 88 (34.77% from 255) = 22.45%

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

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 22.45%
G = 28.57%
B = 48.98%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5870C0 (or 0x5870C0) is known color: Chetwode Blue. HEX triplet: 58, 70 and C0. RGB value is (88,112,192). Sum of RGB (Red+Green+Blue) = 88+112+192=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #5870C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870C0 is #A78F3F. Grayscale: #717171. Windows color (decimal): -10981184 or 12611672. OLE color: 12611672.

HSL color Cylindrical-coordinate representation of color #5870C0: hue angle of 226.15º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5870C0 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 112 192 -
CMYK 0.54 0.42 0 0.25
HSL 226.15º 0.45% 0.55% -
HSV(B) 226.15º 0.54% 0.75% -
XYZ 19.33 17.47 52.22 -
YUV 113.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 88 112 192 0.54 0.42 0 0.25 226.15 0.45 0.55
Hex 58 70 C0 36 2A 0 19 E2 2D 37
Octal 130 160 300 66 52 0 31 342 55 67
Binary 1011000 1110000 11000000 110110 101010 0 11001 11100010 101101 110111

Color Harmonies of #5870C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5870C0

Black with #5870C0

Text Example


Text Example

White with #5870C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5870C0; }

 p { color: rgb(88,112,192); }

 H1.HeaderClassName
 {
   color: #5870C0;
 }
 .AnyTagClassName
 {
   color: #5870C0;
 }
</style>

background-color css

<style>
 a { background-color: #5870C0; }

 a { background-color: rgb(88,112,192); }

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

border-color css

<style>
 span { border-color: #5870C0; }

 span { border-color: rgb(88,112,192); }

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