Html Css Color HEX #582F92 Daisy Bush

📋 copy color: '#582F92'

red 88 ◦ green 47 ◦ blue 146

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

Shades of Daisy Bush #582F92

Tints of Daisy Bush #582F92

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.73%

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 31.32%
G = 16.73%
B = 51.96%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#582F92 (or 0x582F92) is known color: Daisy Bush. HEX triplet: 58, 2F and 92. RGB value is (88,47,146). Sum of RGB (Red+Green+Blue) = 88+47+146=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #582F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582F92 is #A7D06D. Grayscale: #464646. Windows color (decimal): -10997870 or 9580376. OLE color: 9580376.

HSL color Cylindrical-coordinate representation of color #582F92: hue angle of 264.85º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582F92 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 47 146 -
CMYK 0.40 0.68 0 0.43
HSL 264.85º 0.51% 0.38% -
HSV(B) 264.85º 0.68% 0.57% -
XYZ 10.23 6.18 27.85 -
YUV 70.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 88 47 146 0.40 0.68 0 0.43 264.85 0.51 0.38
Hex 58 2F 92 28 44 0 2B 109 33 26
Octal 130 57 222 50 104 0 53 411 63 46
Binary 1011000 101111 10010010 101000 1000100 0 101011 100001001 110011 100110

Color Harmonies of #582F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F92

Black with #582F92

Text Example


Text Example

White with #582F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,47,146); }

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

background-color css

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

 a { background-color: rgb(88,47,146); }

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

border-color css

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

 span { border-color: rgb(88,47,146); }

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