Html Css Color HEX #584672 Meteorite

📋 copy color: '#584672'

red 88 ◦ green 70 ◦ blue 114

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

Shades of Meteorite #584672

Tints of Meteorite #584672

RGB

 RED value IS 88 (34.77% from 255) = 32.35%

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 114 (44.92% from 255) = 41.91%

R = 32.35%
G = 25.74%
B = 41.91%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584672 (or 0x584672) is known color: Meteorite. HEX triplet: 58, 46 and 72. RGB value is (88,70,114). Sum of RGB (Red+Green+Blue) = 88+70+114=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #584672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584672 is #A7B98D. Grayscale: #505050. Windows color (decimal): -10992014 or 7489112. OLE color: 7489112.

HSL color Cylindrical-coordinate representation of color #584672: hue angle of 264.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #584672 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 70 114 -
CMYK 0.23 0.39 0 0.55
HSL 264.55º 0.24% 0.36% -
HSV(B) 264.55º 0.39% 0.45% -
XYZ 9.25 7.67 16.91 -
YUV 80.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 88 70 114 0.23 0.39 0 0.55 264.55 0.24 0.36
Hex 58 46 72 17 27 0 37 109 18 24
Octal 130 106 162 27 47 0 67 411 30 44
Binary 1011000 1000110 1110010 10111 100111 0 110111 100001001 11000 100100

Color Harmonies of #584672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584672

Black with #584672

Text Example


Text Example

White with #584672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584672; }

 p { color: rgb(88,70,114); }

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

background-color css

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

 a { background-color: rgb(88,70,114); }

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

border-color css

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

 span { border-color: rgb(88,70,114); }

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