Html Css Color HEX #515CB2 Rich Blue

📋 copy color: '#515CB2'

red 81 ◦ green 92 ◦ blue 178

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

Shades of Rich Blue #515CB2

Tints of Rich Blue #515CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.71%

R = 23.08%
G = 26.21%
B = 50.71%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#515CB2 (or 0x515CB2) is known color: Rich Blue. HEX triplet: 51, 5C and B2. RGB value is (81,92,178). Sum of RGB (Red+Green+Blue) = 81+92+178=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #515CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CB2 is #AEA34D. Grayscale: #626262. Windows color (decimal): -11445070 or 11689041. OLE color: 11689041.

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

Color convert

RGB 81 92 178 -
CMYK 0.54 0.48 0 0.30
HSL 233.2º 0.39% 0.51% -
HSV(B) 233.2º 0.54% 0.7% -
XYZ 15.26 12.62 43.75 -
YUV 98.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 81 92 178 0.54 0.48 0 0.30 233.2 0.39 0.51
Hex 51 5C B2 36 30 0 1E E9 27 33
Octal 121 134 262 66 60 0 36 351 47 63
Binary 1010001 1011100 10110010 110110 110000 0 11110 11101001 100111 110011

Color Harmonies of #515CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CB2

Black with #515CB2

Text Example


Text Example

White with #515CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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