#525C67

Color #525C67 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #525C67

Tints of Bright Grey #525C67

Color information

#525C67 (or 0x525C67) is unknown color: approx Bright Grey. HEX triplet: 52, 5C and 67. RGB value is (82,92,103). Sum of RGB (Red+Green+Blue) = 82+92+103=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 103 - color contains mainly: blue. Hex color #525C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C67 is #ADA398. Grayscale: #5A5A5A. Windows color (decimal): -11379609 or 6773842. OLE color: 6773842.

HSL color Cylindrical-coordinate representation of color #525C67: hue angle of 211.43º 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 #525C67 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8292103-
CMYK0.200.1100.60
HSL211.43º11.35%36.27%-
HSV(B)211.43º20.39%40.39%-
XYZ9.7610.4314.33-
YUV90.26135.19122.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=29.60%
G=33.21%
B=37.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82921030.200.1100.60211.4311.3536.27
Hex525C6714B03Cd3b24
Octal12213414724130743231344
Binary1010010101110011001111010010110111100110100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525C67; }

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

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

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

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

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

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

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

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