Html Css Color HEX #523881 Kingfisher Daisy

📋 copy color: '#523881'

red 82 ◦ green 56 ◦ blue 129

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

Shades of Kingfisher Daisy #523881

Tints of Kingfisher Daisy #523881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

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

R = 30.71%
G = 20.97%
B = 48.31%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#523881 (or 0x523881) is known color: Kingfisher Daisy. HEX triplet: 52, 38 and 81. RGB value is (82,56,129). Sum of RGB (Red+Green+Blue) = 82+56+129=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #523881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523881 is #ADC77E. Grayscale: #474747. Windows color (decimal): -11388799 or 8468562. OLE color: 8468562.

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

Color convert

RGB 82 56 129 -
CMYK 0.36 0.57 0 0.49
HSL 261.37º 0.39% 0.36% -
HSV(B) 261.37º 0.57% 0.51% -
XYZ 8.86 6.21 21.5 -
YUV 72.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 82 56 129 0.36 0.57 0 0.49 261.37 0.39 0.36
Hex 52 38 81 24 39 0 31 105 27 24
Octal 122 70 201 44 71 0 61 405 47 44
Binary 1010010 111000 10000001 100100 111001 0 110001 100000101 100111 100100

Color Harmonies of #523881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523881

Black with #523881

Text Example


Text Example

White with #523881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523881; }

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

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

background-color css

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

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

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

border-color css

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

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

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