Html Css Color HEX #526765 William

📋 copy color: '#526765'

red 82 ◦ green 103 ◦ blue 101

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

Shades of William #526765

Tints of William #526765

RGB

 RED value IS 82 (32.42% from 255) = 28.67%

 GREEN value IS 103 (40.63% from 255) = 36.01%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 28.67%
G = 36.01%
B = 35.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#526765 (or 0x526765) is known color: William. HEX triplet: 52, 67 and 65. RGB value is (82,103,101). Sum of RGB (Red+Green+Blue) = 82+103+101=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 103 - color contains mainly: green. Hex color #526765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526765 is #AD989A. Grayscale: #606060. Windows color (decimal): -11376795 or 6645586. OLE color: 6645586.

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

Color convert

RGB 82 103 101 -
CMYK 0.20 0 0.02 0.60
HSL 174.29º 0.11% 0.36% -
HSV(B) 174.29º 0.2% 0.4% -
XYZ 10.68 12.43 14.15 -
YUV 96.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 82 103 101 0.20 0 0.02 0.60 174.29 0.11 0.36
Hex 52 67 65 14 0 2 3C AE B 24
Octal 122 147 145 24 0 2 74 256 13 44
Binary 1010010 1100111 1100101 10100 0 10 111100 10101110 1011 100100

Color Harmonies of #526765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526765

Black with #526765

Text Example


Text Example

White with #526765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526765; }

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

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

background-color css

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

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

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

border-color css

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

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

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