Html Css Color HEX #515CAC Rich Blue

📋 copy color: '#515CAC'

red 81 ◦ green 92 ◦ blue 172

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

Shades of Rich Blue #515CAC

Tints of Rich Blue #515CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 23.48%
G = 26.67%
B = 49.86%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515CAC (or 0x515CAC) is known color: Rich Blue. HEX triplet: 51, 5C and AC. RGB value is (81,92,172). Sum of RGB (Red+Green+Blue) = 81+92+172=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #515CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CAC is #AEA353. Grayscale: #616161. Windows color (decimal): -11445076 or 11295825. OLE color: 11295825.

HSL color Cylindrical-coordinate representation of color #515CAC: hue angle of 232.75º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #515CAC is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 92 172 -
CMYK 0.53 0.47 0 0.33
HSL 232.75º 0.36% 0.5% -
HSV(B) 232.75º 0.53% 0.67% -
XYZ 14.67 12.38 40.65 -
YUV 97.83 169.86 116 -
System Red Green Blue C M Y K H S L
Decimal 81 92 172 0.53 0.47 0 0.33 232.75 0.36 0.5
Hex 51 5C AC 35 2F 0 21 E9 24 32
Octal 121 134 254 65 57 0 41 351 44 62
Binary 1010001 1011100 10101100 110101 101111 0 100001 11101001 100100 110010

Color Harmonies of #515CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CAC

Black with #515CAC

Text Example


Text Example

White with #515CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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