Html Css Color HEX #5B70BA Chetwode Blue

📋 copy color: '#5B70BA'

red 91 ◦ green 112 ◦ blue 186

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

Shades of Chetwode Blue #5B70BA

Tints of Chetwode Blue #5B70BA

RGB

 RED value IS 91 (35.94% from 255) = 23.39%

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 23.39%
G = 28.79%
B = 47.81%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B70BA (or 0x5B70BA) is known color: Chetwode Blue. HEX triplet: 5B, 70 and BA. RGB value is (91,112,186). Sum of RGB (Red+Green+Blue) = 91+112+186=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B70BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B70BA is #A48F45. Grayscale: #717171. Windows color (decimal): -10784582 or 12218459. OLE color: 12218459.

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

Color convert

RGB 91 112 186 -
CMYK 0.51 0.40 0 0.27
HSL 226.74º 0.41% 0.54% -
HSV(B) 226.74º 0.51% 0.73% -
XYZ 18.97 17.36 48.8 -
YUV 114.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 91 112 186 0.51 0.40 0 0.27 226.74 0.41 0.54
Hex 5B 70 BA 33 28 0 1B E3 29 36
Octal 133 160 272 63 50 0 33 343 51 66
Binary 1011011 1110000 10111010 110011 101000 0 11011 11100011 101001 110110

Color Harmonies of #5B70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B70BA

Black with #5B70BA

Text Example


Text Example

White with #5B70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,112,186); }

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

background-color css

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

 a { background-color: rgb(91,112,186); }

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

border-color css

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

 span { border-color: rgb(91,112,186); }

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