Html Css Color HEX #515CBA Rich Blue

📋 copy color: '#515CBA'

red 81 ◦ green 92 ◦ blue 186

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

Shades of Rich Blue #515CBA

Tints of Rich Blue #515CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 22.56%
G = 25.63%
B = 51.81%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#515CBA (or 0x515CBA) is known color: Rich Blue. HEX triplet: 51, 5C and BA. RGB value is (81,92,186). Sum of RGB (Red+Green+Blue) = 81+92+186=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #515CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CBA is #AEA345. Grayscale: #636363. Windows color (decimal): -11445062 or 12213329. OLE color: 12213329.

HSL color Cylindrical-coordinate representation of color #515CBA: hue angle of 233.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515CBA is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 92 186 -
CMYK 0.56 0.51 0 0.27
HSL 233.71º 0.43% 0.52% -
HSV(B) 233.71º 0.56% 0.73% -
XYZ 16.08 12.95 48.11 -
YUV 99.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 81 92 186 0.56 0.51 0 0.27 233.71 0.43 0.52
Hex 51 5C BA 38 33 0 1B EA 2B 34
Octal 121 134 272 70 63 0 33 352 53 64
Binary 1010001 1011100 10111010 111000 110011 0 11011 11101010 101011 110100

Color Harmonies of #515CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CBA

Black with #515CBA

Text Example


Text Example

White with #515CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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