Html Css Color HEX #532786 Kingfisher Daisy

📋 copy color: '#532786'

red 83 ◦ green 39 ◦ blue 134

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

Shades of Kingfisher Daisy #532786

Tints of Kingfisher Daisy #532786

RGB

 RED value IS 83 (32.81% from 255) = 32.42%

 GREEN value IS 39 (15.63% from 255) = 15.23%

 BLUE value IS 134 (52.73% from 255) = 52.34%

R = 32.42%
G = 15.23%
B = 52.34%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#532786 (or 0x532786) is known color: Kingfisher Daisy. HEX triplet: 53, 27 and 86. RGB value is (83,39,134). Sum of RGB (Red+Green+Blue) = 83+39+134=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #532786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532786 is #ACD879. Grayscale: #3E3E3E. Windows color (decimal): -11327610 or 8791891. OLE color: 8791891.

HSL color Cylindrical-coordinate representation of color #532786: hue angle of 267.79º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532786 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 39 134 -
CMYK 0.38 0.71 0 0.47
HSL 267.79º 0.55% 0.34% -
HSV(B) 267.79º 0.71% 0.53% -
XYZ 8.6 5.01 23.07 -
YUV 62.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 83 39 134 0.38 0.71 0 0.47 267.79 0.55 0.34
Hex 53 27 86 26 47 0 2F 10C 37 22
Octal 123 47 206 46 107 0 57 414 67 42
Binary 1010011 100111 10000110 100110 1000111 0 101111 100001100 110111 100010

Color Harmonies of #532786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532786

Black with #532786

Text Example


Text Example

White with #532786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532786; }

 p { color: rgb(83,39,134); }

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

background-color css

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

 a { background-color: rgb(83,39,134); }

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

border-color css

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

 span { border-color: rgb(83,39,134); }

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