Html Css Color HEX #515CB9 Rich Blue

📋 copy color: '#515CB9'

red 81 ◦ green 92 ◦ blue 185

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

Shades of Rich Blue #515CB9

Tints of Rich Blue #515CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.68%

R = 22.63%
G = 25.7%
B = 51.68%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#515CB9 (or 0x515CB9) is known color: Rich Blue. HEX triplet: 51, 5C and B9. RGB value is (81,92,185). Sum of RGB (Red+Green+Blue) = 81+92+185=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #515CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CB9 is #AEA346. Grayscale: #626262. Windows color (decimal): -11445063 or 12147793. OLE color: 12147793.

HSL color Cylindrical-coordinate representation of color #515CB9: hue angle of 233.65º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515CB9 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 92 185 -
CMYK 0.56 0.50 0 0.27
HSL 233.65º 0.43% 0.52% -
HSV(B) 233.65º 0.56% 0.73% -
XYZ 15.98 12.91 47.55 -
YUV 99.31 176.36 114.94 -
System Red Green Blue C M Y K H S L
Decimal 81 92 185 0.56 0.50 0 0.27 233.65 0.43 0.52
Hex 51 5C B9 38 32 0 1B EA 2B 34
Octal 121 134 271 70 62 0 33 352 53 64
Binary 1010001 1011100 10111001 111000 110010 0 11011 11101010 101011 110100

Color Harmonies of #515CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CB9

Black with #515CB9

Text Example


Text Example

White with #515CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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