Html Css Color HEX #522691 Kingfisher Daisy

📋 copy color: '#522691'

red 82 ◦ green 38 ◦ blue 145

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

Shades of Kingfisher Daisy #522691

Tints of Kingfisher Daisy #522691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.34%

 BLUE value IS 145 (57.03% from 255) = 54.72%

R = 30.94%
G = 14.34%
B = 54.72%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#522691 (or 0x522691) is known color: Kingfisher Daisy. HEX triplet: 52, 26 and 91. RGB value is (82,38,145). Sum of RGB (Red+Green+Blue) = 82+38+145=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #522691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522691 is #ADD96E. Grayscale: #3E3E3E. Windows color (decimal): -11393391 or 9512530. OLE color: 9512530.

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

Color convert

RGB 82 38 145 -
CMYK 0.43 0.74 0 0.43
HSL 264.67º 0.58% 0.36% -
HSV(B) 264.67º 0.74% 0.57% -
XYZ 9.28 5.22 27.31 -
YUV 63.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 82 38 145 0.43 0.74 0 0.43 264.67 0.58 0.36
Hex 52 26 91 2B 4A 0 2B 109 3A 24
Octal 122 46 221 53 112 0 53 411 72 44
Binary 1010010 100110 10010001 101011 1001010 0 101011 100001001 111010 100100

Color Harmonies of #522691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522691

Black with #522691

Text Example


Text Example

White with #522691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522691; }

 p { color: rgb(82,38,145); }

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

background-color css

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

 a { background-color: rgb(82,38,145); }

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

border-color css

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

 span { border-color: rgb(82,38,145); }

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