Html Css Color HEX #582396 Kingfisher Daisy

📋 copy color: '#582396'

red 88 ◦ green 35 ◦ blue 150

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

Shades of Kingfisher Daisy #582396

Tints of Kingfisher Daisy #582396

RGB

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

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

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

R = 32.23%
G = 12.82%
B = 54.95%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#582396 (or 0x582396) is known color: Kingfisher Daisy. HEX triplet: 58, 23 and 96. RGB value is (88,35,150). Sum of RGB (Red+Green+Blue) = 88+35+150=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #582396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582396 is #A7DC69. Grayscale: #3F3F3F. Windows color (decimal): -11000938 or 9839448. OLE color: 9839448.

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

Color convert

RGB 88 35 150 -
CMYK 0.41 0.77 0 0.41
HSL 267.65º 0.62% 0.36% -
HSV(B) 267.65º 0.77% 0.59% -
XYZ 10.13 5.48 29.38 -
YUV 63.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 88 35 150 0.41 0.77 0 0.41 267.65 0.62 0.36
Hex 58 23 96 29 4D 0 29 10C 3E 24
Octal 130 43 226 51 115 0 51 414 76 44
Binary 1011000 100011 10010110 101001 1001101 0 101001 100001100 111110 100100

Color Harmonies of #582396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582396

Black with #582396

Text Example


Text Example

White with #582396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582396; }

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

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

background-color css

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

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

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

border-color css

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

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

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