Html Css Color HEX #523288 Kingfisher Daisy

📋 copy color: '#523288'

red 82 ◦ green 50 ◦ blue 136

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

Shades of Kingfisher Daisy #523288

Tints of Kingfisher Daisy #523288

RGB

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

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

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

R = 30.6%
G = 18.66%
B = 50.75%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#523288 (or 0x523288) is known color: Kingfisher Daisy. HEX triplet: 52, 32 and 88. RGB value is (82,50,136). Sum of RGB (Red+Green+Blue) = 82+50+136=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #523288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523288 is #ADCD77. Grayscale: #454545. Windows color (decimal): -11390328 or 8925778. OLE color: 8925778.

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

Color convert

RGB 82 50 136 -
CMYK 0.40 0.63 0 0.47
HSL 262.33º 0.46% 0.36% -
HSV(B) 262.33º 0.63% 0.53% -
XYZ 9.06 5.85 23.94 -
YUV 69.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 82 50 136 0.40 0.63 0 0.47 262.33 0.46 0.36
Hex 52 32 88 28 3F 0 2F 106 2E 24
Octal 122 62 210 50 77 0 57 406 56 44
Binary 1010010 110010 10001000 101000 111111 0 101111 100000110 101110 100100

Color Harmonies of #523288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523288

Black with #523288

Text Example


Text Example

White with #523288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523288; }

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

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

background-color css

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

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

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

border-color css

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

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

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