Html Css Color HEX #582277 Blue Diamond

📋 copy color: '#582277'

red 88 ◦ green 34 ◦ blue 119

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

Shades of Blue Diamond #582277

Tints of Blue Diamond #582277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.11%

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

R = 36.51%
G = 14.11%
B = 49.38%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#582277 (or 0x582277) is known color: Blue Diamond. HEX triplet: 58, 22 and 77. RGB value is (88,34,119). Sum of RGB (Red+Green+Blue) = 88+34+119=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #582277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582277 is #A7DD88. Grayscale: #3B3B3B. Windows color (decimal): -11001225 or 7807576. OLE color: 7807576.

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

Color convert

RGB 88 34 119 -
CMYK 0.26 0.71 0 0.53
HSL 278.12º 0.56% 0.3% -
HSV(B) 278.12º 0.71% 0.47% -
XYZ 7.93 4.55 17.91 -
YUV 59.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 88 34 119 0.26 0.71 0 0.53 278.12 0.56 0.3
Hex 58 22 77 1A 47 0 35 116 38 1E
Octal 130 42 167 32 107 0 65 426 70 36
Binary 1011000 100010 1110111 11010 1000111 0 110101 100010110 111000 11110

Color Harmonies of #582277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582277

Black with #582277

Text Example


Text Example

White with #582277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582277; }

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

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

background-color css

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

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

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

border-color css

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

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

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