Html Css Color HEX #582384 Kingfisher Daisy

📋 copy color: '#582384'

red 88 ◦ green 35 ◦ blue 132

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

Shades of Kingfisher Daisy #582384

Tints of Kingfisher Daisy #582384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 34.51%
G = 13.73%
B = 51.76%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#582384 (or 0x582384) is known color: Kingfisher Daisy. HEX triplet: 58, 23 and 84. RGB value is (88,35,132). Sum of RGB (Red+Green+Blue) = 88+35+132=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #582384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582384 is #A7DC7B. Grayscale: #3D3D3D. Windows color (decimal): -11000956 or 8659800. OLE color: 8659800.

HSL color Cylindrical-coordinate representation of color #582384: hue angle of 272.78º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582384 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 35 132 -
CMYK 0.33 0.73 0 0.48
HSL 272.78º 0.58% 0.33% -
HSV(B) 272.78º 0.73% 0.52% -
XYZ 8.79 4.94 22.32 -
YUV 61.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 88 35 132 0.33 0.73 0 0.48 272.78 0.58 0.33
Hex 58 23 84 21 49 0 30 111 3A 21
Octal 130 43 204 41 111 0 60 421 72 41
Binary 1011000 100011 10000100 100001 1001001 0 110000 100010001 111010 100001

Color Harmonies of #582384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582384

Black with #582384

Text Example


Text Example

White with #582384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582384; }

 p { color: rgb(88,35,132); }

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

background-color css

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

 a { background-color: rgb(88,35,132); }

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

border-color css

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

 span { border-color: rgb(88,35,132); }

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