Html Css Color HEX #5B5EAF Rich Blue

📋 copy color: '#5B5EAF'

red 91 ◦ green 94 ◦ blue 175

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

Shades of Rich Blue #5B5EAF

Tints of Rich Blue #5B5EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 25.28%
G = 26.11%
B = 48.61%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B5EAF (or 0x5B5EAF) is known color: Rich Blue. HEX triplet: 5B, 5E and AF. RGB value is (91,94,175). Sum of RGB (Red+Green+Blue) = 91+94+175=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B5EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5EAF is #A4A150. Grayscale: #666666. Windows color (decimal): -10789201 or 11492955. OLE color: 11492955.

HSL color Cylindrical-coordinate representation of color #5B5EAF: hue angle of 237.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B5EAF is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 94 175 -
CMYK 0.48 0.46 0 0.31
HSL 237.86º 0.34% 0.52% -
HSV(B) 237.86º 0.48% 0.69% -
XYZ 16.05 13.32 42.28 -
YUV 102.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 91 94 175 0.48 0.46 0 0.31 237.86 0.34 0.52
Hex 5B 5E AF 30 2E 0 1F EE 22 34
Octal 133 136 257 60 56 0 37 356 42 64
Binary 1011011 1011110 10101111 110000 101110 0 11111 11101110 100010 110100

Color Harmonies of #5B5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5EAF

Black with #5B5EAF

Text Example


Text Example

White with #5B5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,94,175); }

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

background-color css

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

 a { background-color: rgb(91,94,175); }

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

border-color css

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

 span { border-color: rgb(91,94,175); }

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