Html Css Color HEX #5A5BAB Rich Blue

📋 copy color: '#5A5BAB'

red 90 ◦ green 91 ◦ blue 171

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

Shades of Rich Blue #5A5BAB

Tints of Rich Blue #5A5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 25.57%
G = 25.85%
B = 48.58%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A5BAB (or 0x5A5BAB) is known color: Rich Blue. HEX triplet: 5A, 5B and AB. RGB value is (90,91,171). Sum of RGB (Red+Green+Blue) = 90+91+171=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5BAB is #A5A454. Grayscale: #636363. Windows color (decimal): -10855509 or 11230042. OLE color: 11230042.

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

Color convert

RGB 90 91 171 -
CMYK 0.47 0.47 0 0.33
HSL 239.26º 0.33% 0.51% -
HSV(B) 239.26º 0.47% 0.67% -
XYZ 15.31 12.6 40.15 -
YUV 99.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 90 91 171 0.47 0.47 0 0.33 239.26 0.33 0.51
Hex 5A 5B AB 2F 2F 0 21 EF 21 33
Octal 132 133 253 57 57 0 41 357 41 63
Binary 1011010 1011011 10101011 101111 101111 0 100001 11101111 100001 110011

Color Harmonies of #5A5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5BAB

Black with #5A5BAB

Text Example


Text Example

White with #5A5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,91,171); }

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

background-color css

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

 a { background-color: rgb(90,91,171); }

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

border-color css

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

 span { border-color: rgb(90,91,171); }

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