Html Css Color HEX #515CB7 Rich Blue

📋 copy color: '#515CB7'

red 81 ◦ green 92 ◦ blue 183

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

Shades of Rich Blue #515CB7

Tints of Rich Blue #515CB7

RGB

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

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

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

R = 22.75%
G = 25.84%
B = 51.4%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#515CB7 (or 0x515CB7) is known color: Rich Blue. HEX triplet: 51, 5C and B7. RGB value is (81,92,183). Sum of RGB (Red+Green+Blue) = 81+92+183=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #515CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CB7 is #AEA348. Grayscale: #626262. Windows color (decimal): -11445065 or 12016721. OLE color: 12016721.

HSL color Cylindrical-coordinate representation of color #515CB7: hue angle of 233.53º 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 #515CB7 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 92 183 -
CMYK 0.56 0.50 0 0.28
HSL 233.53º 0.41% 0.52% -
HSV(B) 233.53º 0.56% 0.72% -
XYZ 15.77 12.82 46.44 -
YUV 99.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 81 92 183 0.56 0.50 0 0.28 233.53 0.41 0.52
Hex 51 5C B7 38 32 0 1C EA 29 34
Octal 121 134 267 70 62 0 34 352 51 64
Binary 1010001 1011100 10110111 111000 110010 0 11100 11101010 101001 110100

Color Harmonies of #515CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CB7

Black with #515CB7

Text Example


Text Example

White with #515CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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