Html Css Color HEX #523978 Kingfisher Daisy

📋 copy color: '#523978'

red 82 ◦ green 57 ◦ blue 120

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

Shades of Kingfisher Daisy #523978

Tints of Kingfisher Daisy #523978

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

 BLUE value IS 120 (47.27% from 255) = 46.33%

R = 31.66%
G = 22.01%
B = 46.33%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523978 (or 0x523978) is known color: Kingfisher Daisy. HEX triplet: 52, 39 and 78. RGB value is (82,57,120). Sum of RGB (Red+Green+Blue) = 82+57+120=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #523978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523978 is #ADC687. Grayscale: #474747. Windows color (decimal): -11388552 or 7878994. OLE color: 7878994.

HSL color Cylindrical-coordinate representation of color #523978: hue angle of 263.81º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #523978 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 57 120 -
CMYK 0.32 0.52 0 0.53
HSL 263.81º 0.36% 0.35% -
HSV(B) 263.81º 0.53% 0.47% -
XYZ 8.33 6.08 18.5 -
YUV 71.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 82 57 120 0.32 0.52 0 0.53 263.81 0.36 0.35
Hex 52 39 78 20 34 0 35 108 24 23
Octal 122 71 170 40 64 0 65 410 44 43
Binary 1010010 111001 1111000 100000 110100 0 110101 100001000 100100 100011

Color Harmonies of #523978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523978

Black with #523978

Text Example


Text Example

White with #523978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523978; }

 p { color: rgb(82,57,120); }

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

background-color css

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

 a { background-color: rgb(82,57,120); }

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

border-color css

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

 span { border-color: rgb(82,57,120); }

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