Html Css Color HEX #581E70 Blue Diamond

📋 copy color: '#581E70'

red 88 ◦ green 30 ◦ blue 112

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

Shades of Blue Diamond #581E70

Tints of Blue Diamond #581E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.04%

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 38.26%
G = 13.04%
B = 48.7%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581E70 (or 0x581E70) is known color: Blue Diamond. HEX triplet: 58, 1E and 70. RGB value is (88,30,112). Sum of RGB (Red+Green+Blue) = 88+30+112=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #581E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E70 is #A7E18F. Grayscale: #383838. Windows color (decimal): -11002256 or 7347800. OLE color: 7347800.

HSL color Cylindrical-coordinate representation of color #581E70: hue angle of 282.44º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581E70 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 30 112 -
CMYK 0.21 0.73 0 0.56
HSL 282.44º 0.58% 0.28% -
HSV(B) 282.44º 0.73% 0.44% -
XYZ 7.41 4.17 15.74 -
YUV 56.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 88 30 112 0.21 0.73 0 0.56 282.44 0.58 0.28
Hex 58 1E 70 15 49 0 38 11A 3A 1C
Octal 130 36 160 25 111 0 70 432 72 34
Binary 1011000 11110 1110000 10101 1001001 0 111000 100011010 111010 11100

Color Harmonies of #581E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E70

Black with #581E70

Text Example


Text Example

White with #581E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,30,112); }

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

background-color css

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

 a { background-color: rgb(88,30,112); }

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

border-color css

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

 span { border-color: rgb(88,30,112); }

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