Html Css Color HEX #582185 Kingfisher Daisy

📋 copy color: '#582185'

red 88 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #582185

Tints of Kingfisher Daisy #582185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 34.65%
G = 12.99%
B = 52.36%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#582185 (or 0x582185) is known color: Kingfisher Daisy. HEX triplet: 58, 21 and 85. RGB value is (88,33,133). Sum of RGB (Red+Green+Blue) = 88+33+133=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #582185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582185 is #A7DE7A. Grayscale: #3C3C3C. Windows color (decimal): -11001467 or 8724824. OLE color: 8724824.

HSL color Cylindrical-coordinate representation of color #582185: hue angle of 273º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582185 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 33 133 -
CMYK 0.34 0.75 0 0.48
HSL 273º 0.6% 0.33% -
HSV(B) 273º 0.75% 0.52% -
XYZ 8.8 4.86 22.66 -
YUV 60.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 88 33 133 0.34 0.75 0 0.48 273 0.6 0.33
Hex 58 21 85 22 4B 0 30 111 3C 21
Octal 130 41 205 42 113 0 60 421 74 41
Binary 1011000 100001 10000101 100010 1001011 0 110000 100010001 111100 100001

Color Harmonies of #582185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582185

Black with #582185

Text Example


Text Example

White with #582185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582185; }

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

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

background-color css

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

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

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

border-color css

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

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

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