Html Css Color HEX #515DB7 Rich Blue

📋 copy color: '#515DB7'

red 81 ◦ green 93 ◦ blue 183

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

Shades of Rich Blue #515DB7

Tints of Rich Blue #515DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 22.69%
G = 26.05%
B = 51.26%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#515DB7 (or 0x515DB7) is known color: Rich Blue. HEX triplet: 51, 5D and B7. RGB value is (81,93,183). Sum of RGB (Red+Green+Blue) = 81+93+183=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #515DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DB7 is #AEA248. Grayscale: #636363. Windows color (decimal): -11444809 or 12016977. OLE color: 12016977.

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

Color convert

RGB 81 93 183 -
CMYK 0.56 0.49 0 0.28
HSL 232.94º 0.41% 0.52% -
HSV(B) 232.94º 0.56% 0.72% -
XYZ 15.85 13 46.47 -
YUV 99.67 175.02 114.68 -
System Red Green Blue C M Y K H S L
Decimal 81 93 183 0.56 0.49 0 0.28 232.94 0.41 0.52
Hex 51 5D B7 38 31 0 1C E9 29 34
Octal 121 135 267 70 61 0 34 351 51 64
Binary 1010001 1011101 10110111 111000 110001 0 11100 11101001 101001 110100

Color Harmonies of #515DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DB7

Black with #515DB7

Text Example


Text Example

White with #515DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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