Html Css Color HEX #515CB4 Rich Blue

📋 copy color: '#515CB4'

red 81 ◦ green 92 ◦ blue 180

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

Shades of Rich Blue #515CB4

Tints of Rich Blue #515CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 22.95%
G = 26.06%
B = 50.99%

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

#515CB4 (or 0x515CB4) is known color: Rich Blue. HEX triplet: 51, 5C and B4. RGB value is (81,92,180). Sum of RGB (Red+Green+Blue) = 81+92+180=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #515CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CB4 is #AEA34B. Grayscale: #626262. Windows color (decimal): -11445068 or 11820113. OLE color: 11820113.

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

Color convert

RGB 81 92 180 -
CMYK 0.55 0.49 0 0.29
HSL 233.33º 0.4% 0.51% -
HSV(B) 233.33º 0.55% 0.71% -
XYZ 15.46 12.7 44.82 -
YUV 98.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 81 92 180 0.55 0.49 0 0.29 233.33 0.4 0.51
Hex 51 5C B4 37 31 0 1D E9 28 33
Octal 121 134 264 67 61 0 35 351 50 63
Binary 1010001 1011100 10110100 110111 110001 0 11101 11101001 101000 110011

Color Harmonies of #515CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CB4

Black with #515CB4

Text Example


Text Example

White with #515CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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