Html Css Color HEX #582E78 Kingfisher Daisy

📋 copy color: '#582E78'

red 88 ◦ green 46 ◦ blue 120

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

Shades of Kingfisher Daisy #582E78

Tints of Kingfisher Daisy #582E78

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.11%

 BLUE value IS 120 (47.27% from 255) = 47.24%

R = 34.65%
G = 18.11%
B = 47.24%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#582E78 (or 0x582E78) is known color: Kingfisher Daisy. HEX triplet: 58, 2E and 78. RGB value is (88,46,120). Sum of RGB (Red+Green+Blue) = 88+46+120=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #582E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E78 is #A7D187. Grayscale: #424242. Windows color (decimal): -10998152 or 7876184. OLE color: 7876184.

HSL color Cylindrical-coordinate representation of color #582E78: hue angle of 274.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582E78 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 46 120 -
CMYK 0.27 0.62 0 0.53
HSL 274.05º 0.45% 0.33% -
HSV(B) 274.05º 0.62% 0.47% -
XYZ 8.39 5.38 18.37 -
YUV 66.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 88 46 120 0.27 0.62 0 0.53 274.05 0.45 0.33
Hex 58 2E 78 1B 3E 0 35 112 2D 21
Octal 130 56 170 33 76 0 65 422 55 41
Binary 1011000 101110 1111000 11011 111110 0 110101 100010010 101101 100001

Color Harmonies of #582E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E78

Black with #582E78

Text Example


Text Example

White with #582E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582E78; }

 p { color: rgb(88,46,120); }

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

background-color css

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

 a { background-color: rgb(88,46,120); }

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

border-color css

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

 span { border-color: rgb(88,46,120); }

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