Html Css Color HEX #53567A Comet

📋 copy color: '#53567A'

red 83 ◦ green 86 ◦ blue 122

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

Shades of Comet #53567A

Tints of Comet #53567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.92%

R = 28.52%
G = 29.55%
B = 41.92%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53567A (or 0x53567A) is known color: Comet. HEX triplet: 53, 56 and 7A. RGB value is (83,86,122). Sum of RGB (Red+Green+Blue) = 83+86+122=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #53567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53567A is #ACA985. Grayscale: #595959. Windows color (decimal): -11315590 or 8017491. OLE color: 8017491.

HSL color Cylindrical-coordinate representation of color #53567A: hue angle of 235.38º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53567A is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 86 122 -
CMYK 0.32 0.30 0 0.52
HSL 235.38º 0.19% 0.4% -
HSV(B) 235.38º 0.32% 0.48% -
XYZ 10.41 9.9 19.77 -
YUV 89.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 83 86 122 0.32 0.30 0 0.52 235.38 0.19 0.4
Hex 53 56 7A 20 1E 0 34 EB 13 28
Octal 123 126 172 40 36 0 64 353 23 50
Binary 1010011 1010110 1111010 100000 11110 0 110100 11101011 10011 101000

Color Harmonies of #53567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53567A

Black with #53567A

Text Example


Text Example

White with #53567A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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