Html Css Color HEX #522785 Kingfisher Daisy

📋 copy color: '#522785'

red 82 ◦ green 39 ◦ blue 133

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

Shades of Kingfisher Daisy #522785

Tints of Kingfisher Daisy #522785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

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

R = 32.28%
G = 15.35%
B = 52.36%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#522785 (or 0x522785) is known color: Kingfisher Daisy. HEX triplet: 52, 27 and 85. RGB value is (82,39,133). Sum of RGB (Red+Green+Blue) = 82+39+133=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 39 (15.62% from 255 or 15.35% 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 #522785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522785 is #ADD87A. Grayscale: #3E3E3E. Windows color (decimal): -11393147 or 8726354. OLE color: 8726354.

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

Color convert

RGB 82 39 133 -
CMYK 0.38 0.71 0 0.48
HSL 267.45º 0.55% 0.34% -
HSV(B) 267.45º 0.71% 0.52% -
XYZ 8.44 4.94 22.7 -
YUV 62.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 82 39 133 0.38 0.71 0 0.48 267.45 0.55 0.34
Hex 52 27 85 26 47 0 30 10B 37 22
Octal 122 47 205 46 107 0 60 413 67 42
Binary 1010010 100111 10000101 100110 1000111 0 110000 100001011 110111 100010

Color Harmonies of #522785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522785

Black with #522785

Text Example


Text Example

White with #522785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522785; }

 p { color: rgb(82,39,133); }

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

background-color css

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

 a { background-color: rgb(82,39,133); }

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

border-color css

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

 span { border-color: rgb(82,39,133); }

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