Html Css Color HEX #5B70AD Chetwode Blue

📋 copy color: '#5B70AD'

red 91 ◦ green 112 ◦ blue 173

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

Shades of Chetwode Blue #5B70AD

Tints of Chetwode Blue #5B70AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 24.2%
G = 29.79%
B = 46.01%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B70AD (or 0x5B70AD) is known color: Chetwode Blue. HEX triplet: 5B, 70 and AD. RGB value is (91,112,173). Sum of RGB (Red+Green+Blue) = 91+112+173=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B70AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B70AD is #A48F52. Grayscale: #707070. Windows color (decimal): -10784595 or 11366491. OLE color: 11366491.

HSL color Cylindrical-coordinate representation of color #5B70AD: hue angle of 224.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B70AD is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 112 173 -
CMYK 0.47 0.35 0 0.32
HSL 224.63º 0.33% 0.52% -
HSV(B) 224.63º 0.47% 0.68% -
XYZ 17.65 16.83 41.85 -
YUV 112.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 91 112 173 0.47 0.35 0 0.32 224.63 0.33 0.52
Hex 5B 70 AD 2F 23 0 20 E1 21 34
Octal 133 160 255 57 43 0 40 341 41 64
Binary 1011011 1110000 10101101 101111 100011 0 100000 11100001 100001 110100

Color Harmonies of #5B70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B70AD

Black with #5B70AD

Text Example


Text Example

White with #5B70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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