Html Css Color HEX #582482 Kingfisher Daisy

📋 copy color: '#582482'

red 88 ◦ green 36 ◦ blue 130

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

Shades of Kingfisher Daisy #582482

Tints of Kingfisher Daisy #582482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 130 (51.17% from 255) = 51.18%

R = 34.65%
G = 14.17%
B = 51.18%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#582482 (or 0x582482) is known color: Kingfisher Daisy. HEX triplet: 58, 24 and 82. RGB value is (88,36,130). Sum of RGB (Red+Green+Blue) = 88+36+130=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #582482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582482 is #A7DB7D. Grayscale: #3D3D3D. Windows color (decimal): -11000702 or 8528984. OLE color: 8528984.

HSL color Cylindrical-coordinate representation of color #582482: hue angle of 273.19º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582482 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 36 130 -
CMYK 0.32 0.72 0 0.49
HSL 273.19º 0.57% 0.33% -
HSV(B) 273.19º 0.72% 0.51% -
XYZ 8.68 4.95 21.62 -
YUV 62.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 88 36 130 0.32 0.72 0 0.49 273.19 0.57 0.33
Hex 58 24 82 20 48 0 31 111 39 21
Octal 130 44 202 40 110 0 61 421 71 41
Binary 1011000 100100 10000010 100000 1001000 0 110001 100010001 111001 100001

Color Harmonies of #582482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582482

Black with #582482

Text Example


Text Example

White with #582482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582482; }

 p { color: rgb(88,36,130); }

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

background-color css

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

 a { background-color: rgb(88,36,130); }

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

border-color css

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

 span { border-color: rgb(88,36,130); }

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