Html Css Color HEX #523089 Kingfisher Daisy

📋 copy color: '#523089'

red 82 ◦ green 48 ◦ blue 137

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

Shades of Kingfisher Daisy #523089

Tints of Kingfisher Daisy #523089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.98%

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

R = 30.71%
G = 17.98%
B = 51.31%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#523089 (or 0x523089) is known color: Kingfisher Daisy. HEX triplet: 52, 30 and 89. RGB value is (82,48,137). Sum of RGB (Red+Green+Blue) = 82+48+137=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #523089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523089 is #ADCF76. Grayscale: #434343. Windows color (decimal): -11390839 or 8990802. OLE color: 8990802.

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

Color convert

RGB 82 48 137 -
CMYK 0.40 0.65 0 0.46
HSL 262.92º 0.48% 0.36% -
HSV(B) 262.92º 0.65% 0.54% -
XYZ 9.05 5.71 24.29 -
YUV 68.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 82 48 137 0.40 0.65 0 0.46 262.92 0.48 0.36
Hex 52 30 89 28 41 0 2E 107 30 24
Octal 122 60 211 50 101 0 56 407 60 44
Binary 1010010 110000 10001001 101000 1000001 0 101110 100000111 110000 100100

Color Harmonies of #523089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523089

Black with #523089

Text Example


Text Example

White with #523089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523089; }

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

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

background-color css

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

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

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

border-color css

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

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

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