Html Css Color HEX #515CAF Rich Blue

📋 copy color: '#515CAF'

red 81 ◦ green 92 ◦ blue 175

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

Shades of Rich Blue #515CAF

Tints of Rich Blue #515CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

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

R = 23.28%
G = 26.44%
B = 50.29%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#515CAF (or 0x515CAF) is known color: Rich Blue. HEX triplet: 51, 5C and AF. RGB value is (81,92,175). Sum of RGB (Red+Green+Blue) = 81+92+175=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #515CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CAF is #AEA350. Grayscale: #616161. Windows color (decimal): -11445073 or 11492433. OLE color: 11492433.

HSL color Cylindrical-coordinate representation of color #515CAF: hue angle of 232.98º 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 #515CAF is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 92 175 -
CMYK 0.54 0.47 0 0.31
HSL 232.98º 0.37% 0.5% -
HSV(B) 232.98º 0.54% 0.69% -
XYZ 14.96 12.5 42.18 -
YUV 98.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 81 92 175 0.54 0.47 0 0.31 232.98 0.37 0.5
Hex 51 5C AF 36 2F 0 1F E9 25 32
Octal 121 134 257 66 57 0 37 351 45 62
Binary 1010001 1011100 10101111 110110 101111 0 11111 11101001 100101 110010

Color Harmonies of #515CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CAF

Black with #515CAF

Text Example


Text Example

White with #515CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515CAF; }

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

 H1.HeaderClassName
 {
   color: #515CAF;
 }
 .AnyTagClassName
 {
   color: #515CAF;
 }
</style>

background-color css

<style>
 a { background-color: #515CAF; }

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

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

border-color css

<style>
 span { border-color: #515CAF; }

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

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