Html Css Color HEX #523783 Kingfisher Daisy

📋 copy color: '#523783'

red 82 ◦ green 55 ◦ blue 131

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

Shades of Kingfisher Daisy #523783

Tints of Kingfisher Daisy #523783

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 30.6%
G = 20.52%
B = 48.88%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#523783 (or 0x523783) is known color: Kingfisher Daisy. HEX triplet: 52, 37 and 83. RGB value is (82,55,131). Sum of RGB (Red+Green+Blue) = 82+55+131=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #523783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523783 is #ADC87C. Grayscale: #474747. Windows color (decimal): -11389053 or 8599378. OLE color: 8599378.

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

Color convert

RGB 82 55 131 -
CMYK 0.37 0.58 0 0.49
HSL 261.32º 0.41% 0.36% -
HSV(B) 261.32º 0.58% 0.51% -
XYZ 8.94 6.16 22.19 -
YUV 71.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 82 55 131 0.37 0.58 0 0.49 261.32 0.41 0.36
Hex 52 37 83 25 3A 0 31 105 29 24
Octal 122 67 203 45 72 0 61 405 51 44
Binary 1010010 110111 10000011 100101 111010 0 110001 100000101 101001 100100

Color Harmonies of #523783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523783

Black with #523783

Text Example


Text Example

White with #523783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523783; }

 p { color: rgb(82,55,131); }

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

background-color css

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

 a { background-color: rgb(82,55,131); }

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

border-color css

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

 span { border-color: rgb(82,55,131); }

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