Html Css Color HEX #582078 Blue Diamond

📋 copy color: '#582078'

red 88 ◦ green 32 ◦ blue 120

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

Shades of Blue Diamond #582078

Tints of Blue Diamond #582078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 120 (47.27% from 255) = 50%

R = 36.67%
G = 13.33%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#582078 (or 0x582078) is known color: Blue Diamond. HEX triplet: 58, 20 and 78. RGB value is (88,32,120). Sum of RGB (Red+Green+Blue) = 88+32+120=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #582078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582078 is #A7DF87. Grayscale: #3A3A3A. Windows color (decimal): -11001736 or 7872600. OLE color: 7872600.

HSL color Cylindrical-coordinate representation of color #582078: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582078 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 32 120 -
CMYK 0.27 0.73 0 0.53
HSL 278.18º 0.58% 0.3% -
HSV(B) 278.18º 0.73% 0.47% -
XYZ 7.93 4.46 18.21 -
YUV 58.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 88 32 120 0.27 0.73 0 0.53 278.18 0.58 0.3
Hex 58 20 78 1B 49 0 35 116 3A 1E
Octal 130 40 170 33 111 0 65 426 72 36
Binary 1011000 100000 1111000 11011 1001001 0 110101 100010110 111010 11110

Color Harmonies of #582078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582078

Black with #582078

Text Example


Text Example

White with #582078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582078; }

 p { color: rgb(88,32,120); }

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

background-color css

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

 a { background-color: rgb(88,32,120); }

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

border-color css

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

 span { border-color: rgb(88,32,120); }

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