Html Css Color HEX #522098 Kingfisher Daisy

📋 copy color: '#522098'

red 82 ◦ green 32 ◦ blue 152

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

Shades of Kingfisher Daisy #522098

Tints of Kingfisher Daisy #522098

RGB

 RED value IS 82 (32.42% from 255) = 30.83%

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 30.83%
G = 12.03%
B = 57.14%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#522098 (or 0x522098) is known color: Kingfisher Daisy. HEX triplet: 52, 20 and 98. RGB value is (82,32,152). Sum of RGB (Red+Green+Blue) = 82+32+152=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #522098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522098 is #ADDF67. Grayscale: #3C3C3C. Windows color (decimal): -11394920 or 9969746. OLE color: 9969746.

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

Color convert

RGB 82 32 152 -
CMYK 0.46 0.79 0 0.40
HSL 265º 0.65% 0.36% -
HSV(B) 265º 0.79% 0.6% -
XYZ 9.66 5.09 30.18 -
YUV 60.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 82 32 152 0.46 0.79 0 0.40 265 0.65 0.36
Hex 52 20 98 2E 4F 0 28 109 41 24
Octal 122 40 230 56 117 0 50 411 101 44
Binary 1010010 100000 10011000 101110 1001111 0 101000 100001001 1000001 100100

Color Harmonies of #522098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522098

Black with #522098

Text Example


Text Example

White with #522098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522098; }

 p { color: rgb(82,32,152); }

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

background-color css

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

 a { background-color: rgb(82,32,152); }

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

border-color css

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

 span { border-color: rgb(82,32,152); }

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