Html Css Color HEX #582574 Blue Diamond

📋 copy color: '#582574'

red 88 ◦ green 37 ◦ blue 116

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

Shades of Blue Diamond #582574

Tints of Blue Diamond #582574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 116 (45.7% from 255) = 48.13%

R = 36.51%
G = 15.35%
B = 48.13%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582574 (or 0x582574) is known color: Blue Diamond. HEX triplet: 58, 25 and 74. RGB value is (88,37,116). Sum of RGB (Red+Green+Blue) = 88+37+116=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #582574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582574 is #A7DA8B. Grayscale: #3C3C3C. Windows color (decimal): -11000460 or 7611736. OLE color: 7611736.

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

Color convert

RGB 88 37 116 -
CMYK 0.24 0.68 0 0.55
HSL 278.73º 0.52% 0.3% -
HSV(B) 278.73º 0.68% 0.45% -
XYZ 7.84 4.66 17.01 -
YUV 61.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 88 37 116 0.24 0.68 0 0.55 278.73 0.52 0.3
Hex 58 25 74 18 44 0 37 117 34 1E
Octal 130 45 164 30 104 0 67 427 64 36
Binary 1011000 100101 1110100 11000 1000100 0 110111 100010111 110100 11110

Color Harmonies of #582574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582574

Black with #582574

Text Example


Text Example

White with #582574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582574; }

 p { color: rgb(88,37,116); }

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

background-color css

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

 a { background-color: rgb(88,37,116); }

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

border-color css

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

 span { border-color: rgb(88,37,116); }

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