Html Css Color HEX #522682 Kingfisher Daisy

📋 copy color: '#522682'

red 82 ◦ green 38 ◦ blue 130

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

Shades of Kingfisher Daisy #522682

Tints of Kingfisher Daisy #522682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52%

R = 32.8%
G = 15.2%
B = 52%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#522682 (or 0x522682) is known color: Kingfisher Daisy. HEX triplet: 52, 26 and 82. RGB value is (82,38,130). Sum of RGB (Red+Green+Blue) = 82+38+130=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #522682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522682 is #ADD97D. Grayscale: #3D3D3D. Windows color (decimal): -11393406 or 8529490. OLE color: 8529490.

HSL color Cylindrical-coordinate representation of color #522682: hue angle of 268.7º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #522682 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 38 130 -
CMYK 0.37 0.71 0 0.49
HSL 268.7º 0.55% 0.33% -
HSV(B) 268.7º 0.71% 0.51% -
XYZ 8.2 4.79 21.61 -
YUV 61.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 82 38 130 0.37 0.71 0 0.49 268.7 0.55 0.33
Hex 52 26 82 25 47 0 31 10D 37 21
Octal 122 46 202 45 107 0 61 415 67 41
Binary 1010010 100110 10000010 100101 1000111 0 110001 100001101 110111 100001

Color Harmonies of #522682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522682

Black with #522682

Text Example


Text Example

White with #522682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522682; }

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

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

background-color css

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

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

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

border-color css

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

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

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