#582198

Color #582198 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #582198

Tints of Kingfisher Daisy #582198

Color information

#582198 (or 0x582198) is unknown color: approx 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

RGB8833152-
CMYK0.420.7800.40
HSL267.73º64.32%36.27%-
HSV(B)267.73º78.29%59.61%-
XYZ10.245.4330.21-
YUV63.01178.22145.82-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88331520.420.7800.40267.7364.3236.27
Hex5821982A4E02810c4024
Octal130412305211605041410044
Binary101100010000110011000101010100111001010001000011001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>