Html Css Color HEX #581973 Blue Diamond

📋 copy color: '#581973'

red 88 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #581973

Tints of Blue Diamond #581973

RGB

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

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

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

R = 38.6%
G = 10.96%
B = 50.44%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581973 (or 0x581973) is known color: Blue Diamond. HEX triplet: 58, 19 and 73. RGB value is (88,25,115). Sum of RGB (Red+Green+Blue) = 88+25+115=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #581973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581973 is #A7E68C. Grayscale: #353535. Windows color (decimal): -11003533 or 7543128. OLE color: 7543128.

HSL color Cylindrical-coordinate representation of color #581973: hue angle of 282º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581973 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 25 115 -
CMYK 0.23 0.78 0 0.55
HSL 282º 0.64% 0.27% -
HSV(B) 282º 0.78% 0.45% -
XYZ 7.47 4.01 16.6 -
YUV 54.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 88 25 115 0.23 0.78 0 0.55 282 0.64 0.27
Hex 58 19 73 17 4E 0 37 11A 40 1B
Octal 130 31 163 27 116 0 67 432 100 33
Binary 1011000 11001 1110011 10111 1001110 0 110111 100011010 1000000 11011

Color Harmonies of #581973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581973

Black with #581973

Text Example


Text Example

White with #581973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581973; }

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

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

background-color css

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

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

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

border-color css

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

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

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