Html Css Color HEX #532186 Kingfisher Daisy

📋 copy color: '#532186'

red 83 ◦ green 33 ◦ blue 134

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

Shades of Kingfisher Daisy #532186

Tints of Kingfisher Daisy #532186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

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

R = 33.2%
G = 13.2%
B = 53.6%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#532186 (or 0x532186) is known color: Kingfisher Daisy. HEX triplet: 53, 21 and 86. RGB value is (83,33,134). Sum of RGB (Red+Green+Blue) = 83+33+134=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #532186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532186 is #ACDE79. Grayscale: #3B3B3B. Windows color (decimal): -11329146 or 8790355. OLE color: 8790355.

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

Color convert

RGB 83 33 134 -
CMYK 0.38 0.75 0 0.47
HSL 269.7º 0.6% 0.33% -
HSV(B) 269.7º 0.75% 0.53% -
XYZ 8.41 4.65 23.01 -
YUV 59.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 83 33 134 0.38 0.75 0 0.47 269.7 0.6 0.33
Hex 53 21 86 26 4B 0 2F 10E 3C 21
Octal 123 41 206 46 113 0 57 416 74 41
Binary 1010011 100001 10000110 100110 1001011 0 101111 100001110 111100 100001

Color Harmonies of #532186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532186

Black with #532186

Text Example


Text Example

White with #532186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532186; }

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

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

background-color css

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

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

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

border-color css

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

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

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