Html Css Color HEX #515DB3 Rich Blue

📋 copy color: '#515DB3'

red 81 ◦ green 93 ◦ blue 179

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

Shades of Rich Blue #515DB3

Tints of Rich Blue #515DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.71%

R = 22.95%
G = 26.35%
B = 50.71%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#515DB3 (or 0x515DB3) is known color: Rich Blue. HEX triplet: 51, 5D and B3. RGB value is (81,93,179). Sum of RGB (Red+Green+Blue) = 81+93+179=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #515DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DB3 is #AEA24C. Grayscale: #626262. Windows color (decimal): -11444813 or 11754833. OLE color: 11754833.

HSL color Cylindrical-coordinate representation of color #515DB3: hue angle of 232.65º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #515DB3 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 81 93 179 -
CMYK 0.55 0.48 0 0.30
HSL 232.65º 0.39% 0.51% -
HSV(B) 232.65º 0.55% 0.7% -
XYZ 15.44 12.83 44.31 -
YUV 99.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 81 93 179 0.55 0.48 0 0.30 232.65 0.39 0.51
Hex 51 5D B3 37 30 0 1E E9 27 33
Octal 121 135 263 67 60 0 36 351 47 63
Binary 1010001 1011101 10110011 110111 110000 0 11110 11101001 100111 110011

Color Harmonies of #515DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DB3

Black with #515DB3

Text Example


Text Example

White with #515DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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