Html Css Color HEX #53567C Comet

📋 copy color: '#53567C'

red 83 ◦ green 86 ◦ blue 124

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

Shades of Comet #53567C

Tints of Comet #53567C

RGB

 RED value IS 83 (32.81% from 255) = 28.33%

 GREEN value IS 86 (33.98% from 255) = 29.35%

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 28.33%
G = 29.35%
B = 42.32%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53567C (or 0x53567C) is known color: Comet. HEX triplet: 53, 56 and 7C. RGB value is (83,86,124). Sum of RGB (Red+Green+Blue) = 83+86+124=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #53567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53567C is #ACA983. Grayscale: #595959. Windows color (decimal): -11315588 or 8148563. OLE color: 8148563.

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

Color convert

RGB 83 86 124 -
CMYK 0.33 0.31 0 0.51
HSL 235.61º 0.2% 0.41% -
HSV(B) 235.61º 0.33% 0.49% -
XYZ 10.53 9.95 20.43 -
YUV 89.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 83 86 124 0.33 0.31 0 0.51 235.61 0.2 0.41
Hex 53 56 7C 21 1F 0 33 EC 14 29
Octal 123 126 174 41 37 0 63 354 24 51
Binary 1010011 1010110 1111100 100001 11111 0 110011 11101100 10100 101001

Color Harmonies of #53567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53567C

Black with #53567C

Text Example


Text Example

White with #53567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53567C; }

 p { color: rgb(83,86,124); }

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

background-color css

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

 a { background-color: rgb(83,86,124); }

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

border-color css

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

 span { border-color: rgb(83,86,124); }

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