Html Css Color HEX #581976 Blue Diamond

📋 copy color: '#581976'

red 88 ◦ green 25 ◦ blue 118

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

Shades of Blue Diamond #581976

Tints of Blue Diamond #581976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 38.1%
G = 10.82%
B = 51.08%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#581976 (or 0x581976) is known color: Blue Diamond. HEX triplet: 58, 19 and 76. RGB value is (88,25,118). Sum of RGB (Red+Green+Blue) = 88+25+118=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #581976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581976 is #A7E689. Grayscale: #363636. Windows color (decimal): -11003530 or 7739736. OLE color: 7739736.

HSL color Cylindrical-coordinate representation of color #581976: hue angle of 280.65º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581976 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 25 118 -
CMYK 0.25 0.79 0 0.54
HSL 280.65º 0.65% 0.28% -
HSV(B) 280.65º 0.79% 0.46% -
XYZ 7.64 4.08 17.52 -
YUV 54.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 88 25 118 0.25 0.79 0 0.54 280.65 0.65 0.28
Hex 58 19 76 19 4F 0 36 119 41 1C
Octal 130 31 166 31 117 0 66 431 101 34
Binary 1011000 11001 1110110 11001 1001111 0 110110 100011001 1000001 11100

Color Harmonies of #581976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581976

Black with #581976

Text Example


Text Example

White with #581976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581976; }

 p { color: rgb(88,25,118); }

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

background-color css

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

 a { background-color: rgb(88,25,118); }

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

border-color css

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

 span { border-color: rgb(88,25,118); }

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