Html Css Color HEX #5870BB Chetwode Blue

📋 copy color: '#5870BB'

red 88 ◦ green 112 ◦ blue 187

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

Shades of Chetwode Blue #5870BB

Tints of Chetwode Blue #5870BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 22.74%
G = 28.94%
B = 48.32%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5870BB (or 0x5870BB) is known color: Chetwode Blue. HEX triplet: 58, 70 and BB. RGB value is (88,112,187). Sum of RGB (Red+Green+Blue) = 88+112+187=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #5870BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870BB is #A78F44. Grayscale: #717171. Windows color (decimal): -10981189 or 12283992. OLE color: 12283992.

HSL color Cylindrical-coordinate representation of color #5870BB: hue angle of 225.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5870BB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 112 187 -
CMYK 0.53 0.40 0 0.27
HSL 225.45º 0.42% 0.54% -
HSV(B) 225.45º 0.53% 0.73% -
XYZ 18.79 17.25 49.35 -
YUV 113.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 88 112 187 0.53 0.40 0 0.27 225.45 0.42 0.54
Hex 58 70 BB 35 28 0 1B E1 2A 36
Octal 130 160 273 65 50 0 33 341 52 66
Binary 1011000 1110000 10111011 110101 101000 0 11011 11100001 101010 110110

Color Harmonies of #5870BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5870BB

Black with #5870BB

Text Example


Text Example

White with #5870BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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