Html Css Color HEX #52547D Comet

📋 copy color: '#52547D'

red 82 ◦ green 84 ◦ blue 125

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

Shades of Comet #52547D

Tints of Comet #52547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 28.18%
G = 28.87%
B = 42.96%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52547D (or 0x52547D) is known color: Comet. HEX triplet: 52, 54 and 7D. RGB value is (82,84,125). Sum of RGB (Red+Green+Blue) = 82+84+125=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #52547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52547D is #ADAB82. Grayscale: #575757. Windows color (decimal): -11381635 or 8213586. OLE color: 8213586.

HSL color Cylindrical-coordinate representation of color #52547D: hue angle of 237.21º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52547D is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 84 125 -
CMYK 0.34 0.33 0 0.51
HSL 237.21º 0.21% 0.41% -
HSV(B) 237.21º 0.34% 0.49% -
XYZ 10.35 9.62 20.71 -
YUV 88.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 82 84 125 0.34 0.33 0 0.51 237.21 0.21 0.41
Hex 52 54 7D 22 21 0 33 ED 15 29
Octal 122 124 175 42 41 0 63 355 25 51
Binary 1010010 1010100 1111101 100010 100001 0 110011 11101101 10101 101001

Color Harmonies of #52547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52547D

Black with #52547D

Text Example


Text Example

White with #52547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52547D; }

 p { color: rgb(82,84,125); }

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

background-color css

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

 a { background-color: rgb(82,84,125); }

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

border-color css

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

 span { border-color: rgb(82,84,125); }

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