Html Css Color HEX #515CB6 Rich Blue

📋 copy color: '#515CB6'

red 81 ◦ green 92 ◦ blue 182

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

Shades of Rich Blue #515CB6

Tints of Rich Blue #515CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.27%

R = 22.82%
G = 25.92%
B = 51.27%

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

#515CB6 (or 0x515CB6) is known color: Rich Blue. HEX triplet: 51, 5C and B6. RGB value is (81,92,182). Sum of RGB (Red+Green+Blue) = 81+92+182=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #515CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CB6 is #AEA349. Grayscale: #626262. Windows color (decimal): -11445066 or 11951185. OLE color: 11951185.

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

Color convert

RGB 81 92 182 -
CMYK 0.55 0.49 0 0.29
HSL 233.47º 0.41% 0.52% -
HSV(B) 233.47º 0.55% 0.71% -
XYZ 15.66 12.78 45.9 -
YUV 98.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 81 92 182 0.55 0.49 0 0.29 233.47 0.41 0.52
Hex 51 5C B6 37 31 0 1D E9 29 34
Octal 121 134 266 67 61 0 35 351 51 64
Binary 1010001 1011100 10110110 110111 110001 0 11101 11101001 101001 110100

Color Harmonies of #515CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CB6

Black with #515CB6

Text Example


Text Example

White with #515CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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