Html Css Color HEX #523481 Kingfisher Daisy

📋 copy color: '#523481'

red 82 ◦ green 52 ◦ blue 129

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

Shades of Kingfisher Daisy #523481

Tints of Kingfisher Daisy #523481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

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

R = 31.18%
G = 19.77%
B = 49.05%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#523481 (or 0x523481) is known color: Kingfisher Daisy. HEX triplet: 52, 34 and 81. RGB value is (82,52,129). Sum of RGB (Red+Green+Blue) = 82+52+129=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #523481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523481 is #ADCB7E. Grayscale: #454545. Windows color (decimal): -11389823 or 8467538. OLE color: 8467538.

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

Color convert

RGB 82 52 129 -
CMYK 0.36 0.60 0 0.49
HSL 263.38º 0.43% 0.35% -
HSV(B) 263.38º 0.6% 0.51% -
XYZ 8.67 5.83 21.44 -
YUV 69.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 82 52 129 0.36 0.60 0 0.49 263.38 0.43 0.35
Hex 52 34 81 24 3C 0 31 107 2B 23
Octal 122 64 201 44 74 0 61 407 53 43
Binary 1010010 110100 10000001 100100 111100 0 110001 100000111 101011 100011

Color Harmonies of #523481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523481

Black with #523481

Text Example


Text Example

White with #523481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523481; }

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

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

background-color css

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

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

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

border-color css

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

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

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