Html Css Color HEX #5870BE Chetwode Blue

📋 copy color: '#5870BE'

red 88 ◦ green 112 ◦ blue 190

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

Shades of Chetwode Blue #5870BE

Tints of Chetwode Blue #5870BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 22.56%
G = 28.72%
B = 48.72%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5870BE (or 0x5870BE) is known color: Chetwode Blue. HEX triplet: 58, 70 and BE. RGB value is (88,112,190). Sum of RGB (Red+Green+Blue) = 88+112+190=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #5870BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870BE is #A78F41. Grayscale: #717171. Windows color (decimal): -10981186 or 12480600. OLE color: 12480600.

HSL color Cylindrical-coordinate representation of color #5870BE: hue angle of 225.88º degrees, saturation: 0.44, 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 #5870BE is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 112 190 -
CMYK 0.54 0.41 0 0.25
HSL 225.88º 0.44% 0.55% -
HSV(B) 225.88º 0.54% 0.75% -
XYZ 19.11 17.38 51.06 -
YUV 113.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 88 112 190 0.54 0.41 0 0.25 225.88 0.44 0.55
Hex 58 70 BE 36 29 0 19 E2 2C 37
Octal 130 160 276 66 51 0 31 342 54 67
Binary 1011000 1110000 10111110 110110 101001 0 11001 11100010 101100 110111

Color Harmonies of #5870BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5870BE

Black with #5870BE

Text Example


Text Example

White with #5870BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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