Html Css Color HEX #523488 Kingfisher Daisy

📋 copy color: '#523488'

red 82 ◦ green 52 ◦ blue 136

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

Shades of Kingfisher Daisy #523488

Tints of Kingfisher Daisy #523488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.37%

R = 30.37%
G = 19.26%
B = 50.37%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#523488 (or 0x523488) is known color: Kingfisher Daisy. HEX triplet: 52, 34 and 88. RGB value is (82,52,136). Sum of RGB (Red+Green+Blue) = 82+52+136=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #523488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523488 is #ADCB77. Grayscale: #464646. Windows color (decimal): -11389816 or 8926290. OLE color: 8926290.

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

Color convert

RGB 82 52 136 -
CMYK 0.40 0.62 0 0.47
HSL 261.43º 0.45% 0.37% -
HSV(B) 261.43º 0.62% 0.53% -
XYZ 9.15 6.03 23.97 -
YUV 70.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 82 52 136 0.40 0.62 0 0.47 261.43 0.45 0.37
Hex 52 34 88 28 3E 0 2F 105 2D 25
Octal 122 64 210 50 76 0 57 405 55 45
Binary 1010010 110100 10001000 101000 111110 0 101111 100000101 101101 100101

Color Harmonies of #523488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523488

Black with #523488

Text Example


Text Example

White with #523488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523488; }

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

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

background-color css

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

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

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

border-color css

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

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

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