Html Css Color HEX #522789 Kingfisher Daisy

📋 copy color: '#522789'

red 82 ◦ green 39 ◦ blue 137

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

Shades of Kingfisher Daisy #522789

Tints of Kingfisher Daisy #522789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.1%

R = 31.78%
G = 15.12%
B = 53.1%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#522789 (or 0x522789) is known color: Kingfisher Daisy. HEX triplet: 52, 27 and 89. RGB value is (82,39,137). Sum of RGB (Red+Green+Blue) = 82+39+137=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #522789 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522789 is #ADD876. Grayscale: #3E3E3E. Windows color (decimal): -11393143 or 8988498. OLE color: 8988498.

HSL color Cylindrical-coordinate representation of color #522789: hue angle of 266.33º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #522789 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 39 137 -
CMYK 0.40 0.72 0 0.46
HSL 266.33º 0.56% 0.35% -
HSV(B) 266.33º 0.72% 0.54% -
XYZ 8.72 5.05 24.18 -
YUV 63.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 82 39 137 0.40 0.72 0 0.46 266.33 0.56 0.35
Hex 52 27 89 28 48 0 2E 10A 38 23
Octal 122 47 211 50 110 0 56 412 70 43
Binary 1010010 100111 10001001 101000 1001000 0 101110 100001010 111000 100011

Color Harmonies of #522789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522789

Black with #522789

Text Example


Text Example

White with #522789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522789; }

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

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

background-color css

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

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

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

border-color css

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

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

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