Html Css Color HEX #523285 Kingfisher Daisy

📋 copy color: '#523285'

red 82 ◦ green 50 ◦ blue 133

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

Shades of Kingfisher Daisy #523285

Tints of Kingfisher Daisy #523285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 30.94%
G = 18.87%
B = 50.19%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#523285 (or 0x523285) is known color: Kingfisher Daisy. HEX triplet: 52, 32 and 85. RGB value is (82,50,133). Sum of RGB (Red+Green+Blue) = 82+50+133=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #523285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523285 is #ADCD7A. Grayscale: #444444. Windows color (decimal): -11390331 or 8729170. OLE color: 8729170.

HSL color Cylindrical-coordinate representation of color #523285: hue angle of 263.13º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523285 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 50 133 -
CMYK 0.38 0.62 0 0.48
HSL 263.13º 0.45% 0.36% -
HSV(B) 263.13º 0.62% 0.52% -
XYZ 8.85 5.77 22.84 -
YUV 69.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 82 50 133 0.38 0.62 0 0.48 263.13 0.45 0.36
Hex 52 32 85 26 3E 0 30 107 2D 24
Octal 122 62 205 46 76 0 60 407 55 44
Binary 1010010 110010 10000101 100110 111110 0 110000 100000111 101101 100100

Color Harmonies of #523285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523285

Black with #523285

Text Example


Text Example

White with #523285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523285; }

 p { color: rgb(82,50,133); }

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

background-color css

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

 a { background-color: rgb(82,50,133); }

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

border-color css

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

 span { border-color: rgb(82,50,133); }

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