#525367

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

Shades of East Bay #525367

Tints of East Bay #525367

Color information

#525367 (or 0x525367) is unknown color: approx East Bay. HEX triplet: 52, 53 and 67. RGB value is (82,83,103). Sum of RGB (Red+Green+Blue) = 82+83+103=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #525367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525367 is #ADAC98. Grayscale: #545454. Windows color (decimal): -11381913 or 6771538. OLE color: 6771538.

HSL color Cylindrical-coordinate representation of color #525367: hue angle of 237.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525367 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8283103-
CMYK0.200.1900.60
HSL237.14º11.35%36.27%-
HSV(B)237.14º20.39%40.39%-
XYZ9.028.9614.09-
YUV84.98138.17125.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=30.60%
G=30.97%
B=38.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82831030.200.1900.60237.1411.3536.27
Hex525367141303Cedb24
Octal12212314724230743551344
Binary10100101010011110011110100100110111100111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525367; }

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

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

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

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

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

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

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

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