Html Css Color HEX #5158AF Rich Blue

📋 copy color: '#5158AF'

red 81 ◦ green 88 ◦ blue 175

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

Shades of Rich Blue #5158AF

Tints of Rich Blue #5158AF

RGB

 RED value IS 81 (32.03% from 255) = 23.55%

 GREEN value IS 88 (34.77% from 255) = 25.58%

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

R = 23.55%
G = 25.58%
B = 50.87%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5158AF (or 0x5158AF) is known color: Rich Blue. HEX triplet: 51, 58 and AF. RGB value is (81,88,175). Sum of RGB (Red+Green+Blue) = 81+88+175=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #5158AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5158AF is #AEA750. Grayscale: #5F5F5F. Windows color (decimal): -11446097 or 11491409. OLE color: 11491409.

HSL color Cylindrical-coordinate representation of color #5158AF: hue angle of 235.53º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5158AF is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 88 175 -
CMYK 0.54 0.50 0 0.31
HSL 235.53º 0.37% 0.5% -
HSV(B) 235.53º 0.54% 0.69% -
XYZ 14.62 11.82 42.07 -
YUV 95.83 172.68 117.43 -
System Red Green Blue C M Y K H S L
Decimal 81 88 175 0.54 0.50 0 0.31 235.53 0.37 0.5
Hex 51 58 AF 36 32 0 1F EC 25 32
Octal 121 130 257 66 62 0 37 354 45 62
Binary 1010001 1011000 10101111 110110 110010 0 11111 11101100 100101 110010

Color Harmonies of #5158AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5158AF

Black with #5158AF

Text Example


Text Example

White with #5158AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5158AF; }

 p { color: rgb(81,88,175); }

 H1.HeaderClassName
 {
   color: #5158AF;
 }
 .AnyTagClassName
 {
   color: #5158AF;
 }
</style>

background-color css

<style>
 a { background-color: #5158AF; }

 a { background-color: rgb(81,88,175); }

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

border-color css

<style>
 span { border-color: #5158AF; }

 span { border-color: rgb(81,88,175); }

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