Html Css Color HEX #522792 Kingfisher Daisy

📋 copy color: '#522792'

red 82 ◦ green 39 ◦ blue 146

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

Shades of Kingfisher Daisy #522792

Tints of Kingfisher Daisy #522792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 30.71%
G = 14.61%
B = 54.68%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#522792 (or 0x522792) is known color: Kingfisher Daisy. HEX triplet: 52, 27 and 92. RGB value is (82,39,146). Sum of RGB (Red+Green+Blue) = 82+39+146=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #522792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522792 is #ADD86D. Grayscale: #3F3F3F. Windows color (decimal): -11393134 or 9578322. OLE color: 9578322.

HSL color Cylindrical-coordinate representation of color #522792: hue angle of 264.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522792 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 39 146 -
CMYK 0.44 0.73 0 0.43
HSL 264.11º 0.58% 0.36% -
HSV(B) 264.11º 0.73% 0.57% -
XYZ 9.39 5.32 27.73 -
YUV 64.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 82 39 146 0.44 0.73 0 0.43 264.11 0.58 0.36
Hex 52 27 92 2C 49 0 2B 108 3A 24
Octal 122 47 222 54 111 0 53 410 72 44
Binary 1010010 100111 10010010 101100 1001001 0 101011 100001000 111010 100100

Color Harmonies of #522792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522792

Black with #522792

Text Example


Text Example

White with #522792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522792; }

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

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

background-color css

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

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

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

border-color css

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

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

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