Html Css Color HEX #525372 Comet

📋 copy color: '#525372'

red 82 ◦ green 83 ◦ blue 114

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

Shades of Comet #525372

Tints of Comet #525372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 29.39%
G = 29.75%
B = 40.86%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#525372 (or 0x525372) is known color: Comet. HEX triplet: 52, 53 and 72. RGB value is (82,83,114). Sum of RGB (Red+Green+Blue) = 82+83+114=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #525372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525372 is #ADAC8D. Grayscale: #565656. Windows color (decimal): -11381902 or 7492434. OLE color: 7492434.

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

Color convert

RGB 82 83 114 -
CMYK 0.28 0.27 0 0.55
HSL 238.13º 0.16% 0.38% -
HSV(B) 238.13º 0.28% 0.45% -
XYZ 9.61 9.2 17.19 -
YUV 86.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 82 83 114 0.28 0.27 0 0.55 238.13 0.16 0.38
Hex 52 53 72 1C 1B 0 37 EE 10 26
Octal 122 123 162 34 33 0 67 356 20 46
Binary 1010010 1010011 1110010 11100 11011 0 110111 11101110 10000 100110

Color Harmonies of #525372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525372

Black with #525372

Text Example


Text Example

White with #525372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525372; }

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

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

background-color css

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

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

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

border-color css

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

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

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