Html Css Color HEX #581D7D Kingfisher Daisy

📋 copy color: '#581D7D'

red 88 ◦ green 29 ◦ blue 125

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

Shades of Kingfisher Daisy #581D7D

Tints of Kingfisher Daisy #581D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

 BLUE value IS 125 (49.22% from 255) = 51.65%

R = 36.36%
G = 11.98%
B = 51.65%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#581D7D (or 0x581D7D) is known color: Kingfisher Daisy. HEX triplet: 58, 1D and 7D. RGB value is (88,29,125). Sum of RGB (Red+Green+Blue) = 88+29+125=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #581D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D7D is #A7E282. Grayscale: #393939. Windows color (decimal): -11002499 or 8199512. OLE color: 8199512.

HSL color Cylindrical-coordinate representation of color #581D7D: hue angle of 276.88º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581D7D is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 29 125 -
CMYK 0.30 0.77 0 0.51
HSL 276.88º 0.62% 0.3% -
HSV(B) 276.88º 0.77% 0.49% -
XYZ 8.17 4.43 19.83 -
YUV 57.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 88 29 125 0.30 0.77 0 0.51 276.88 0.62 0.3
Hex 58 1D 7D 1E 4D 0 33 115 3E 1E
Octal 130 35 175 36 115 0 63 425 76 36
Binary 1011000 11101 1111101 11110 1001101 0 110011 100010101 111110 11110

Color Harmonies of #581D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D7D

Black with #581D7D

Text Example


Text Example

White with #581D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,125); }

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

background-color css

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

 a { background-color: rgb(88,29,125); }

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

border-color css

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

 span { border-color: rgb(88,29,125); }

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