Html Css Color HEX #5E5FAF Rich Blue

📋 copy color: '#5E5FAF'

red 94 ◦ green 95 ◦ blue 175

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

Shades of Rich Blue #5E5FAF

Tints of Rich Blue #5E5FAF

RGB

 RED value IS 94 (37.11% from 255) = 25.82%

 GREEN value IS 95 (37.5% from 255) = 26.1%

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

R = 25.82%
G = 26.1%
B = 48.08%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E5FAF (or 0x5E5FAF) is known color: Rich Blue. HEX triplet: 5E, 5F and AF. RGB value is (94,95,175). Sum of RGB (Red+Green+Blue) = 94+95+175=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E5FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5FAF is #A1A050. Grayscale: #676767. Windows color (decimal): -10592337 or 11493214. OLE color: 11493214.

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

Color convert

RGB 94 95 175 -
CMYK 0.46 0.46 0 0.31
HSL 239.26º 0.34% 0.53% -
HSV(B) 239.26º 0.46% 0.69% -
XYZ 16.45 13.66 42.33 -
YUV 103.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 94 95 175 0.46 0.46 0 0.31 239.26 0.34 0.53
Hex 5E 5F AF 2E 2E 0 1F EF 22 35
Octal 136 137 257 56 56 0 37 357 42 65
Binary 1011110 1011111 10101111 101110 101110 0 11111 11101111 100010 110101

Color Harmonies of #5E5FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5FAF

Black with #5E5FAF

Text Example


Text Example

White with #5E5FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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