Html Css Color HEX #5157BC Rich Blue

📋 copy color: '#5157BC'

red 81 ◦ green 87 ◦ blue 188

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

Shades of Rich Blue #5157BC

Tints of Rich Blue #5157BC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 22.75%
G = 24.44%
B = 52.81%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5157BC (or 0x5157BC) is known color: Rich Blue. HEX triplet: 51, 57 and BC. RGB value is (81,87,188). Sum of RGB (Red+Green+Blue) = 81+87+188=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #5157BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5157BC is #AEA843. Grayscale: #606060. Windows color (decimal): -11446340 or 12343121. OLE color: 12343121.

HSL color Cylindrical-coordinate representation of color #5157BC: hue angle of 236.64º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5157BC is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 87 188 -
CMYK 0.57 0.54 0 0.26
HSL 236.64º 0.44% 0.53% -
HSV(B) 236.64º 0.57% 0.74% -
XYZ 15.88 12.2 49.09 -
YUV 96.72 179.51 116.79 -
System Red Green Blue C M Y K H S L
Decimal 81 87 188 0.57 0.54 0 0.26 236.64 0.44 0.53
Hex 51 57 BC 39 36 0 1A ED 2C 35
Octal 121 127 274 71 66 0 32 355 54 65
Binary 1010001 1010111 10111100 111001 110110 0 11010 11101101 101100 110101

Color Harmonies of #5157BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5157BC

Black with #5157BC

Text Example


Text Example

White with #5157BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5157BC; }

 p { color: rgb(81,87,188); }

 H1.HeaderClassName
 {
   color: #5157BC;
 }
 .AnyTagClassName
 {
   color: #5157BC;
 }
</style>

background-color css

<style>
 a { background-color: #5157BC; }

 a { background-color: rgb(81,87,188); }

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

border-color css

<style>
 span { border-color: #5157BC; }

 span { border-color: rgb(81,87,188); }

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