Html Css Color HEX #582595 Kingfisher Daisy

📋 copy color: '#582595'

red 88 ◦ green 37 ◦ blue 149

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

Shades of Kingfisher Daisy #582595

Tints of Kingfisher Daisy #582595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 32.12%
G = 13.5%
B = 54.38%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#582595 (or 0x582595) is known color: Kingfisher Daisy. HEX triplet: 58, 25 and 95. RGB value is (88,37,149). Sum of RGB (Red+Green+Blue) = 88+37+149=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #582595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582595 is #A7DA6A. Grayscale: #404040. Windows color (decimal): -11000427 or 9774424. OLE color: 9774424.

HSL color Cylindrical-coordinate representation of color #582595: hue angle of 267.32º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582595 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 37 149 -
CMYK 0.41 0.75 0 0.42
HSL 267.32º 0.6% 0.36% -
HSV(B) 267.32º 0.75% 0.58% -
XYZ 10.11 5.57 28.98 -
YUV 65.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 88 37 149 0.41 0.75 0 0.42 267.32 0.6 0.36
Hex 58 25 95 29 4B 0 2A 10B 3C 24
Octal 130 45 225 51 113 0 52 413 74 44
Binary 1011000 100101 10010101 101001 1001011 0 101010 100001011 111100 100100

Color Harmonies of #582595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582595

Black with #582595

Text Example


Text Example

White with #582595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582595; }

 p { color: rgb(88,37,149); }

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

background-color css

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

 a { background-color: rgb(88,37,149); }

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

border-color css

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

 span { border-color: rgb(88,37,149); }

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