Html Css Color HEX #5E59AF Rich Blue

📋 copy color: '#5E59AF'

red 94 ◦ green 89 ◦ blue 175

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

Shades of Rich Blue #5E59AF

Tints of Rich Blue #5E59AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

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

R = 26.26%
G = 24.86%
B = 48.88%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E59AF (or 0x5E59AF) is known color: Rich Blue. HEX triplet: 5E, 59 and AF. RGB value is (94,89,175). Sum of RGB (Red+Green+Blue) = 94+89+175=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E59AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E59AF is #A1A650. Grayscale: #636363. Windows color (decimal): -10593873 or 11491678. OLE color: 11491678.

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

Color convert

RGB 94 89 175 -
CMYK 0.46 0.49 0 0.31
HSL 243.49º 0.35% 0.52% -
HSV(B) 243.49º 0.49% 0.69% -
XYZ 15.93 12.62 42.15 -
YUV 100.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 94 89 175 0.46 0.49 0 0.31 243.49 0.35 0.52
Hex 5E 59 AF 2E 31 0 1F F3 23 34
Octal 136 131 257 56 61 0 37 363 43 64
Binary 1011110 1011001 10101111 101110 110001 0 11111 11110011 100011 110100

Color Harmonies of #5E59AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E59AF

Black with #5E59AF

Text Example


Text Example

White with #5E59AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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