Html Css Color HEX #515DB6 Rich Blue

📋 copy color: '#515DB6'

red 81 ◦ green 93 ◦ blue 182

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

Shades of Rich Blue #515DB6

Tints of Rich Blue #515DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 182 (71.48% from 255) = 51.12%

R = 22.75%
G = 26.12%
B = 51.12%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#515DB6 (or 0x515DB6) is known color: Rich Blue. HEX triplet: 51, 5D and B6. RGB value is (81,93,182). Sum of RGB (Red+Green+Blue) = 81+93+182=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #515DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DB6 is #AEA249. Grayscale: #636363. Windows color (decimal): -11444810 or 11951441. OLE color: 11951441.

HSL color Cylindrical-coordinate representation of color #515DB6: hue angle of 232.87º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #515DB6 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 93 182 -
CMYK 0.55 0.49 0 0.29
HSL 232.87º 0.41% 0.52% -
HSV(B) 232.87º 0.55% 0.71% -
XYZ 15.75 12.96 45.93 -
YUV 99.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 81 93 182 0.55 0.49 0 0.29 232.87 0.41 0.52
Hex 51 5D B6 37 31 0 1D E9 29 34
Octal 121 135 266 67 61 0 35 351 51 64
Binary 1010001 1011101 10110110 110111 110001 0 11101 11101001 101001 110100

Color Harmonies of #515DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DB6

Black with #515DB6

Text Example


Text Example

White with #515DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,182); }

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

background-color css

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

 a { background-color: rgb(81,93,182); }

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

border-color css

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

 span { border-color: rgb(81,93,182); }

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