Html Css Color HEX #523588 Kingfisher Daisy

📋 copy color: '#523588'

red 82 ◦ green 53 ◦ blue 136

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

Shades of Kingfisher Daisy #523588

Tints of Kingfisher Daisy #523588

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

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

R = 30.26%
G = 19.56%
B = 50.18%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#523588 (or 0x523588) is known color: Kingfisher Daisy. HEX triplet: 52, 35 and 88. RGB value is (82,53,136). Sum of RGB (Red+Green+Blue) = 82+53+136=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #523588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523588 is #ADCA77. Grayscale: #464646. Windows color (decimal): -11389560 or 8926546. OLE color: 8926546.

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

Color convert

RGB 82 53 136 -
CMYK 0.40 0.61 0 0.47
HSL 260.96º 0.44% 0.37% -
HSV(B) 260.96º 0.61% 0.53% -
XYZ 9.2 6.12 23.99 -
YUV 71.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 82 53 136 0.40 0.61 0 0.47 260.96 0.44 0.37
Hex 52 35 88 28 3D 0 2F 105 2C 25
Octal 122 65 210 50 75 0 57 405 54 45
Binary 1010010 110101 10001000 101000 111101 0 101111 100000101 101100 100101

Color Harmonies of #523588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523588

Black with #523588

Text Example


Text Example

White with #523588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523588; }

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

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

background-color css

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

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

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

border-color css

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

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

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