Html Css Color HEX #523489 Kingfisher Daisy

📋 copy color: '#523489'

red 82 ◦ green 52 ◦ blue 137

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

Shades of Kingfisher Daisy #523489

Tints of Kingfisher Daisy #523489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 30.26%
G = 19.19%
B = 50.55%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#523489 (or 0x523489) is known color: Kingfisher Daisy. HEX triplet: 52, 34 and 89. RGB value is (82,52,137). Sum of RGB (Red+Green+Blue) = 82+52+137=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #523489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523489 is #ADCB76. Grayscale: #464646. Windows color (decimal): -11389815 or 8991826. OLE color: 8991826.

HSL color Cylindrical-coordinate representation of color #523489: hue angle of 261.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523489 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 52 137 -
CMYK 0.40 0.62 0 0.46
HSL 261.18º 0.45% 0.37% -
HSV(B) 261.18º 0.62% 0.54% -
XYZ 9.22 6.06 24.35 -
YUV 70.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 82 52 137 0.40 0.62 0 0.46 261.18 0.45 0.37
Hex 52 34 89 28 3E 0 2E 105 2D 25
Octal 122 64 211 50 76 0 56 405 55 45
Binary 1010010 110100 10001001 101000 111110 0 101110 100000101 101101 100101

Color Harmonies of #523489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523489

Black with #523489

Text Example


Text Example

White with #523489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523489; }

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

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

background-color css

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

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

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

border-color css

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

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

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