#525368

Color #525368 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #525368

Tints of East Bay #525368

Color information

#525368 (or 0x525368) is unknown color: approx East Bay. HEX triplet: 52, 53 and 68. RGB value is (82,83,104). Sum of RGB (Red+Green+Blue) = 82+83+104=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #525368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525368 is #ADAC97. Grayscale: #555555. Windows color (decimal): -11381912 or 6837074. OLE color: 6837074.

HSL color Cylindrical-coordinate representation of color #525368: hue angle of 237.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #525368 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8283104-
CMYK0.210.2000.59
HSL237.27º11.83%36.47%-
HSV(B)237.27º21.15%40.78%-
XYZ9.078.9814.35-
YUV85.1138.67125.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=30.48%
G=30.86%
B=38.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82831040.210.2000.59237.2711.8336.47
Hex525368151403Bedc24
Octal12212315025240733551444
Binary10100101010011110100010101101000111011111011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525368; }

 p { color: rgb(82,83,104); }

 H1.HeaderClassName
 {
   color: #525368;
 }
 .AnyTagClassName
 {
   color: #525368;
 }
</style>
background-color css

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

 a { background-color: rgb(82,83,104); }

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

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

 span { border-color: rgb(82,83,104); }

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