Html Css Color HEX #53567F Comet

📋 copy color: '#53567F'

red 83 ◦ green 86 ◦ blue 127

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

Shades of Comet #53567F

Tints of Comet #53567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 28.04%
G = 29.05%
B = 42.91%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53567F (or 0x53567F) is known color: Comet. HEX triplet: 53, 56 and 7F. RGB value is (83,86,127). Sum of RGB (Red+Green+Blue) = 83+86+127=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #53567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53567F is #ACA980. Grayscale: #595959. Windows color (decimal): -11315585 or 8345171. OLE color: 8345171.

HSL color Cylindrical-coordinate representation of color #53567F: hue angle of 235.91º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53567F is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 86 127 -
CMYK 0.35 0.32 0 0.50
HSL 235.91º 0.21% 0.41% -
HSV(B) 235.91º 0.35% 0.5% -
XYZ 10.73 10.03 21.45 -
YUV 89.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 83 86 127 0.35 0.32 0 0.50 235.91 0.21 0.41
Hex 53 56 7F 23 20 0 32 EC 15 29
Octal 123 126 177 43 40 0 62 354 25 51
Binary 1010011 1010110 1111111 100011 100000 0 110010 11101100 10101 101001

Color Harmonies of #53567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53567F

Black with #53567F

Text Example


Text Example

White with #53567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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