Html Css Color HEX #582198 Kingfisher Daisy

📋 copy color: '#582198'

red 88 ◦ green 33 ◦ blue 152

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

Shades of Kingfisher Daisy #582198

Tints of Kingfisher Daisy #582198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

 BLUE value IS 152 (59.77% from 255) = 55.68%

R = 32.23%
G = 12.09%
B = 55.68%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#582198 (or 0x582198) is known color: Kingfisher Daisy. HEX triplet: 58, 21 and 98. RGB value is (88,33,152). Sum of RGB (Red+Green+Blue) = 88+33+152=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #582198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582198 is #A7DE67. Grayscale: #3E3E3E. Windows color (decimal): -11001448 or 9970008. OLE color: 9970008.

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

Color convert

RGB 88 33 152 -
CMYK 0.42 0.78 0 0.40
HSL 267.73º 0.64% 0.36% -
HSV(B) 267.73º 0.78% 0.6% -
XYZ 10.24 5.43 30.21 -
YUV 63.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 88 33 152 0.42 0.78 0 0.40 267.73 0.64 0.36
Hex 58 21 98 2A 4E 0 28 10C 40 24
Octal 130 41 230 52 116 0 50 414 100 44
Binary 1011000 100001 10011000 101010 1001110 0 101000 100001100 1000000 100100

Color Harmonies of #582198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582198

Black with #582198

Text Example


Text Example

White with #582198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582198; }

 p { color: rgb(88,33,152); }

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

background-color css

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

 a { background-color: rgb(88,33,152); }

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

border-color css

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

 span { border-color: rgb(88,33,152); }

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