Html Css Color HEX #515375 East Bay

📋 copy color: '#515375'

red 81 ◦ green 83 ◦ blue 117

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

Shades of East Bay #515375

Tints of East Bay #515375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 117 (46.09% from 255) = 41.64%

R = 28.83%
G = 29.54%
B = 41.64%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#515375 (or 0x515375) is known color: East Bay. HEX triplet: 51, 53 and 75. RGB value is (81,83,117). Sum of RGB (Red+Green+Blue) = 81+83+117=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #515375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515375 is #AEAC8A. Grayscale: #565656. Windows color (decimal): -11447435 or 7689041. OLE color: 7689041.

HSL color Cylindrical-coordinate representation of color #515375: hue angle of 236.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515375 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 83 117 -
CMYK 0.31 0.29 0 0.54
HSL 236.67º 0.18% 0.39% -
HSV(B) 236.67º 0.31% 0.46% -
XYZ 9.7 9.22 18.1 -
YUV 86.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 81 83 117 0.31 0.29 0 0.54 236.67 0.18 0.39
Hex 51 53 75 1F 1D 0 36 ED 12 27
Octal 121 123 165 37 35 0 66 355 22 47
Binary 1010001 1010011 1110101 11111 11101 0 110110 11101101 10010 100111

Color Harmonies of #515375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515375

Black with #515375

Text Example


Text Example

White with #515375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515375; }

 p { color: rgb(81,83,117); }

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

background-color css

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

 a { background-color: rgb(81,83,117); }

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

border-color css

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

 span { border-color: rgb(81,83,117); }

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