Html Css Color HEX #53587F Comet

📋 copy color: '#53587F'

red 83 ◦ green 88 ◦ blue 127

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

Shades of Comet #53587F

Tints of Comet #53587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 27.85%
G = 29.53%
B = 42.62%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53587F (or 0x53587F) is known color: Comet. HEX triplet: 53, 58 and 7F. RGB value is (83,88,127). Sum of RGB (Red+Green+Blue) = 83+88+127=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #53587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53587F is #ACA780. Grayscale: #5A5A5A. Windows color (decimal): -11315073 or 8345683. OLE color: 8345683.

HSL color Cylindrical-coordinate representation of color #53587F: hue angle of 233.18º 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 #53587F is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 88 127 -
CMYK 0.35 0.31 0 0.50
HSL 233.18º 0.21% 0.41% -
HSV(B) 233.18º 0.35% 0.5% -
XYZ 10.89 10.35 21.5 -
YUV 90.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 83 88 127 0.35 0.31 0 0.50 233.18 0.21 0.41
Hex 53 58 7F 23 1F 0 32 E9 15 29
Octal 123 130 177 43 37 0 62 351 25 51
Binary 1010011 1011000 1111111 100011 11111 0 110010 11101001 10101 101001

Color Harmonies of #53587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53587F

Black with #53587F

Text Example


Text Example

White with #53587F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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