Html Css Color HEX #582177 Blue Diamond

📋 copy color: '#582177'

red 88 ◦ green 33 ◦ blue 119

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

Shades of Blue Diamond #582177

Tints of Blue Diamond #582177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 36.67%
G = 13.75%
B = 49.58%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#582177 (or 0x582177) is known color: Blue Diamond. HEX triplet: 58, 21 and 77. RGB value is (88,33,119). Sum of RGB (Red+Green+Blue) = 88+33+119=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #582177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582177 is #A7DE88. Grayscale: #3A3A3A. Windows color (decimal): -11001481 or 7807320. OLE color: 7807320.

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

Color convert

RGB 88 33 119 -
CMYK 0.26 0.72 0 0.53
HSL 278.37º 0.57% 0.3% -
HSV(B) 278.37º 0.72% 0.47% -
XYZ 7.9 4.49 17.9 -
YUV 59.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 88 33 119 0.26 0.72 0 0.53 278.37 0.57 0.3
Hex 58 21 77 1A 48 0 35 116 39 1E
Octal 130 41 167 32 110 0 65 426 71 36
Binary 1011000 100001 1110111 11010 1001000 0 110101 100010110 111001 11110

Color Harmonies of #582177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582177

Black with #582177

Text Example


Text Example

White with #582177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582177; }

 p { color: rgb(88,33,119); }

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

background-color css

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

 a { background-color: rgb(88,33,119); }

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

border-color css

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

 span { border-color: rgb(88,33,119); }

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