Html Css Color HEX #5A71BB Chetwode Blue

📋 copy color: '#5A71BB'

red 90 ◦ green 113 ◦ blue 187

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

Shades of Chetwode Blue #5A71BB

Tints of Chetwode Blue #5A71BB

RGB

 RED value IS 90 (35.55% from 255) = 23.08%

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

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

R = 23.08%
G = 28.97%
B = 47.95%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A71BB (or 0x5A71BB) is known color: Chetwode Blue. HEX triplet: 5A, 71 and BB. RGB value is (90,113,187). Sum of RGB (Red+Green+Blue) = 90+113+187=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A71BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A71BB is #A58E44. Grayscale: #727272. Windows color (decimal): -10849861 or 12284250. OLE color: 12284250.

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

Color convert

RGB 90 113 187 -
CMYK 0.52 0.40 0 0.27
HSL 225.77º 0.42% 0.54% -
HSV(B) 225.77º 0.52% 0.73% -
XYZ 19.09 17.57 49.4 -
YUV 114.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 90 113 187 0.52 0.40 0 0.27 225.77 0.42 0.54
Hex 5A 71 BB 34 28 0 1B E2 2A 36
Octal 132 161 273 64 50 0 33 342 52 66
Binary 1011010 1110001 10111011 110100 101000 0 11011 11100010 101010 110110

Color Harmonies of #5A71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A71BB

Black with #5A71BB

Text Example


Text Example

White with #5A71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,187); }

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

background-color css

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

 a { background-color: rgb(90,113,187); }

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

border-color css

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

 span { border-color: rgb(90,113,187); }

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