Html Css Color HEX #581A76 Blue Diamond

📋 copy color: '#581A76'

red 88 ◦ green 26 ◦ blue 118

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

Shades of Blue Diamond #581A76

Tints of Blue Diamond #581A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.21%

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

R = 37.93%
G = 11.21%
B = 50.86%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#581A76 (or 0x581A76) is known color: Blue Diamond. HEX triplet: 58, 1A and 76. RGB value is (88,26,118). Sum of RGB (Red+Green+Blue) = 88+26+118=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #581A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A76 is #A7E589. Grayscale: #363636. Windows color (decimal): -11003274 or 7739992. OLE color: 7739992.

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

Color convert

RGB 88 26 118 -
CMYK 0.25 0.78 0 0.54
HSL 280.43º 0.64% 0.28% -
HSV(B) 280.43º 0.78% 0.46% -
XYZ 7.66 4.12 17.53 -
YUV 55.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 88 26 118 0.25 0.78 0 0.54 280.43 0.64 0.28
Hex 58 1A 76 19 4E 0 36 118 40 1C
Octal 130 32 166 31 116 0 66 430 100 34
Binary 1011000 11010 1110110 11001 1001110 0 110110 100011000 1000000 11100

Color Harmonies of #581A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A76

Black with #581A76

Text Example


Text Example

White with #581A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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