Html Css Color HEX #523A82 Kingfisher Daisy

📋 copy color: '#523A82'

red 82 ◦ green 58 ◦ blue 130

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

Shades of Kingfisher Daisy #523A82

Tints of Kingfisher Daisy #523A82

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

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

R = 30.37%
G = 21.48%
B = 48.15%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#523A82 (or 0x523A82) is known color: Kingfisher Daisy. HEX triplet: 52, 3A and 82. RGB value is (82,58,130). Sum of RGB (Red+Green+Blue) = 82+58+130=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #523A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523A82 is #ADC57D. Grayscale: #494949. Windows color (decimal): -11388286 or 8534610. OLE color: 8534610.

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

Color convert

RGB 82 58 130 -
CMYK 0.37 0.55 0 0.49
HSL 260º 0.38% 0.37% -
HSV(B) 260º 0.55% 0.51% -
XYZ 9.02 6.43 21.89 -
YUV 73.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 82 58 130 0.37 0.55 0 0.49 260 0.38 0.37
Hex 52 3A 82 25 37 0 31 104 26 25
Octal 122 72 202 45 67 0 61 404 46 45
Binary 1010010 111010 10000010 100101 110111 0 110001 100000100 100110 100101

Color Harmonies of #523A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A82

Black with #523A82

Text Example


Text Example

White with #523A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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