Html Css Color HEX #581A73 Blue Diamond

📋 copy color: '#581A73'

red 88 ◦ green 26 ◦ blue 115

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

Shades of Blue Diamond #581A73

Tints of Blue Diamond #581A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 38.43%
G = 11.35%
B = 50.22%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581A73 (or 0x581A73) is known color: Blue Diamond. HEX triplet: 58, 1A and 73. RGB value is (88,26,115). Sum of RGB (Red+Green+Blue) = 88+26+115=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #581A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A73 is #A7E58C. Grayscale: #363636. Windows color (decimal): -11003277 or 7543384. OLE color: 7543384.

HSL color Cylindrical-coordinate representation of color #581A73: hue angle of 281.8º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581A73 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 26 115 -
CMYK 0.23 0.77 0 0.55
HSL 281.8º 0.63% 0.28% -
HSV(B) 281.8º 0.77% 0.45% -
XYZ 7.49 4.05 16.61 -
YUV 54.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 88 26 115 0.23 0.77 0 0.55 281.8 0.63 0.28
Hex 58 1A 73 17 4D 0 37 11A 3F 1C
Octal 130 32 163 27 115 0 67 432 77 34
Binary 1011000 11010 1110011 10111 1001101 0 110111 100011010 111111 11100

Color Harmonies of #581A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A73

Black with #581A73

Text Example


Text Example

White with #581A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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