Html Css Color HEX #5B71BA Chetwode Blue

📋 copy color: '#5B71BA'

red 91 ◦ green 113 ◦ blue 186

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

Shades of Chetwode Blue #5B71BA

Tints of Chetwode Blue #5B71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.97%

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

R = 23.33%
G = 28.97%
B = 47.69%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B71BA (or 0x5B71BA) is known color: Chetwode Blue. HEX triplet: 5B, 71 and BA. RGB value is (91,113,186). Sum of RGB (Red+Green+Blue) = 91+113+186=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B71BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B71BA is #A48E45. Grayscale: #727272. Windows color (decimal): -10784326 or 12218715. OLE color: 12218715.

HSL color Cylindrical-coordinate representation of color #5B71BA: hue angle of 226.11º 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 #5B71BA is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 113 186 -
CMYK 0.51 0.39 0 0.27
HSL 226.11º 0.41% 0.54% -
HSV(B) 226.11º 0.51% 0.73% -
XYZ 19.08 17.58 48.84 -
YUV 114.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 91 113 186 0.51 0.39 0 0.27 226.11 0.41 0.54
Hex 5B 71 BA 33 27 0 1B E2 29 36
Octal 133 161 272 63 47 0 33 342 51 66
Binary 1011011 1110001 10111010 110011 100111 0 11011 11100010 101001 110110

Color Harmonies of #5B71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B71BA

Black with #5B71BA

Text Example


Text Example

White with #5B71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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