Html Css Color HEX #523181 Kingfisher Daisy

📋 copy color: '#523181'

red 82 ◦ green 49 ◦ blue 129

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

Shades of Kingfisher Daisy #523181

Tints of Kingfisher Daisy #523181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 129 (50.78% from 255) = 49.62%

R = 31.54%
G = 18.85%
B = 49.62%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#523181 (or 0x523181) is known color: Kingfisher Daisy. HEX triplet: 52, 31 and 81. RGB value is (82,49,129). Sum of RGB (Red+Green+Blue) = 82+49+129=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #523181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523181 is #ADCE7E. Grayscale: #434343. Windows color (decimal): -11390591 or 8466770. OLE color: 8466770.

HSL color Cylindrical-coordinate representation of color #523181: hue angle of 264.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523181 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 49 129 -
CMYK 0.36 0.62 0 0.49
HSL 264.75º 0.45% 0.35% -
HSV(B) 264.75º 0.62% 0.51% -
XYZ 8.54 5.58 21.39 -
YUV 67.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 82 49 129 0.36 0.62 0 0.49 264.75 0.45 0.35
Hex 52 31 81 24 3E 0 31 109 2D 23
Octal 122 61 201 44 76 0 61 411 55 43
Binary 1010010 110001 10000001 100100 111110 0 110001 100001001 101101 100011

Color Harmonies of #523181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523181

Black with #523181

Text Example


Text Example

White with #523181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523181; }

 p { color: rgb(82,49,129); }

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

background-color css

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

 a { background-color: rgb(82,49,129); }

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

border-color css

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

 span { border-color: rgb(82,49,129); }

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