Html Css Color HEX #582698 Daisy Bush

📋 copy color: '#582698'

red 88 ◦ green 38 ◦ blue 152

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

Shades of Daisy Bush #582698

Tints of Daisy Bush #582698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

 BLUE value IS 152 (59.77% from 255) = 54.68%

R = 31.65%
G = 13.67%
B = 54.68%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#582698 (or 0x582698) is known color: Daisy Bush. HEX triplet: 58, 26 and 98. RGB value is (88,38,152). Sum of RGB (Red+Green+Blue) = 88+38+152=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #582698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582698 is #A7D967. Grayscale: #414141. Windows color (decimal): -11000168 or 9971288. OLE color: 9971288.

HSL color Cylindrical-coordinate representation of color #582698: hue angle of 266.32º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582698 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 38 152 -
CMYK 0.42 0.75 0 0.40
HSL 266.32º 0.6% 0.37% -
HSV(B) 266.32º 0.75% 0.6% -
XYZ 10.39 5.73 30.26 -
YUV 65.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 88 38 152 0.42 0.75 0 0.40 266.32 0.6 0.37
Hex 58 26 98 2A 4B 0 28 10A 3C 25
Octal 130 46 230 52 113 0 50 412 74 45
Binary 1011000 100110 10011000 101010 1001011 0 101000 100001010 111100 100101

Color Harmonies of #582698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582698

Black with #582698

Text Example


Text Example

White with #582698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582698; }

 p { color: rgb(88,38,152); }

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

background-color css

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

 a { background-color: rgb(88,38,152); }

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

border-color css

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

 span { border-color: rgb(88,38,152); }

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