Html Css Color HEX #5870AF Chetwode Blue

📋 copy color: '#5870AF'

red 88 ◦ green 112 ◦ blue 175

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

Shades of Chetwode Blue #5870AF

Tints of Chetwode Blue #5870AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 23.47%
G = 29.87%
B = 46.67%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5870AF (or 0x5870AF) is known color: Chetwode Blue. HEX triplet: 58, 70 and AF. RGB value is (88,112,175). Sum of RGB (Red+Green+Blue) = 88+112+175=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #5870AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5870AF is #A78F50. Grayscale: #6F6F6F. Windows color (decimal): -10981201 or 11497560. OLE color: 11497560.

HSL color Cylindrical-coordinate representation of color #5870AF: hue angle of 223.45º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5870AF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 112 175 -
CMYK 0.50 0.36 0 0.31
HSL 223.45º 0.35% 0.52% -
HSV(B) 223.45º 0.5% 0.69% -
XYZ 17.56 16.76 42.87 -
YUV 112.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 88 112 175 0.50 0.36 0 0.31 223.45 0.35 0.52
Hex 58 70 AF 32 24 0 1F DF 23 34
Octal 130 160 257 62 44 0 37 337 43 64
Binary 1011000 1110000 10101111 110010 100100 0 11111 11011111 100011 110100

Color Harmonies of #5870AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5870AF

Black with #5870AF

Text Example


Text Example

White with #5870AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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