Html Css Color HEX #515CAB Rich Blue

📋 copy color: '#515CAB'

red 81 ◦ green 92 ◦ blue 171

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

Shades of Rich Blue #515CAB

Tints of Rich Blue #515CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 23.55%
G = 26.74%
B = 49.71%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515CAB (or 0x515CAB) is known color: Rich Blue. HEX triplet: 51, 5C and AB. RGB value is (81,92,171). Sum of RGB (Red+Green+Blue) = 81+92+171=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #515CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CAB is #AEA354. Grayscale: #616161. Windows color (decimal): -11445077 or 11230289. OLE color: 11230289.

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

Color convert

RGB 81 92 171 -
CMYK 0.53 0.46 0 0.33
HSL 232.67º 0.36% 0.49% -
HSV(B) 232.67º 0.53% 0.67% -
XYZ 14.57 12.34 40.14 -
YUV 97.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 81 92 171 0.53 0.46 0 0.33 232.67 0.36 0.49
Hex 51 5C AB 35 2E 0 21 E9 24 31
Octal 121 134 253 65 56 0 41 351 44 61
Binary 1010001 1011100 10101011 110101 101110 0 100001 11101001 100100 110001

Color Harmonies of #515CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CAB

Black with #515CAB

Text Example


Text Example

White with #515CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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