Html Css Color HEX #525373 Comet

📋 copy color: '#525373'

red 82 ◦ green 83 ◦ blue 115

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

Shades of Comet #525373

Tints of Comet #525373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 29.29%
G = 29.64%
B = 41.07%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#525373 (or 0x525373) is known color: Comet. HEX triplet: 52, 53 and 73. RGB value is (82,83,115). Sum of RGB (Red+Green+Blue) = 82+83+115=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #525373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525373 is #ADAC8C. Grayscale: #565656. Windows color (decimal): -11381901 or 7557970. OLE color: 7557970.

HSL color Cylindrical-coordinate representation of color #525373: hue angle of 238.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525373 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 83 115 -
CMYK 0.29 0.28 0 0.55
HSL 238.18º 0.17% 0.39% -
HSV(B) 238.18º 0.29% 0.45% -
XYZ 9.67 9.22 17.49 -
YUV 86.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 82 83 115 0.29 0.28 0 0.55 238.18 0.17 0.39
Hex 52 53 73 1D 1C 0 37 EE 11 27
Octal 122 123 163 35 34 0 67 356 21 47
Binary 1010010 1010011 1110011 11101 11100 0 110111 11101110 10001 100111

Color Harmonies of #525373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525373

Black with #525373

Text Example


Text Example

White with #525373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525373; }

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

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

background-color css

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

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

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

border-color css

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

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

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