Html Css Color HEX #582878 Kingfisher Daisy

📋 copy color: '#582878'

red 88 ◦ green 40 ◦ blue 120

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

Shades of Kingfisher Daisy #582878

Tints of Kingfisher Daisy #582878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

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

R = 35.48%
G = 16.13%
B = 48.39%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#582878 (or 0x582878) is known color: Kingfisher Daisy. HEX triplet: 58, 28 and 78. RGB value is (88,40,120). Sum of RGB (Red+Green+Blue) = 88+40+120=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #582878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582878 is #A7D787. Grayscale: #3F3F3F. Windows color (decimal): -10999688 or 7874648. OLE color: 7874648.

HSL color Cylindrical-coordinate representation of color #582878: hue angle of 276º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #582878 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 40 120 -
CMYK 0.27 0.67 0 0.53
HSL 276º 0.5% 0.31% -
HSV(B) 276º 0.67% 0.47% -
XYZ 8.17 4.95 18.29 -
YUV 63.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 88 40 120 0.27 0.67 0 0.53 276 0.5 0.31
Hex 58 28 78 1B 43 0 35 114 32 1F
Octal 130 50 170 33 103 0 65 424 62 37
Binary 1011000 101000 1111000 11011 1000011 0 110101 100010100 110010 11111

Color Harmonies of #582878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582878

Black with #582878

Text Example


Text Example

White with #582878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582878; }

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

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

background-color css

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

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

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

border-color css

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

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

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