Html Css Color HEX #582096 Kingfisher Daisy

📋 copy color: '#582096'

red 88 ◦ green 32 ◦ blue 150

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

Shades of Kingfisher Daisy #582096

Tints of Kingfisher Daisy #582096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 32.59%
G = 11.85%
B = 55.56%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#582096 (or 0x582096) is known color: Kingfisher Daisy. HEX triplet: 58, 20 and 96. RGB value is (88,32,150). Sum of RGB (Red+Green+Blue) = 88+32+150=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #582096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582096 is #A7DF69. Grayscale: #3D3D3D. Windows color (decimal): -11001706 or 9838680. OLE color: 9838680.

HSL color Cylindrical-coordinate representation of color #582096: hue angle of 268.47º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582096 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 32 150 -
CMYK 0.41 0.79 0 0.41
HSL 268.47º 0.65% 0.36% -
HSV(B) 268.47º 0.79% 0.59% -
XYZ 10.05 5.31 29.35 -
YUV 62.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 88 32 150 0.41 0.79 0 0.41 268.47 0.65 0.36
Hex 58 20 96 29 4F 0 29 10C 41 24
Octal 130 40 226 51 117 0 51 414 101 44
Binary 1011000 100000 10010110 101001 1001111 0 101001 100001100 1000001 100100

Color Harmonies of #582096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582096

Black with #582096

Text Example


Text Example

White with #582096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582096; }

 p { color: rgb(88,32,150); }

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

background-color css

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

 a { background-color: rgb(88,32,150); }

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

border-color css

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

 span { border-color: rgb(88,32,150); }

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