Html Css Color HEX #532085 Kingfisher Daisy

📋 copy color: '#532085'

red 83 ◦ green 32 ◦ blue 133

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

Shades of Kingfisher Daisy #532085

Tints of Kingfisher Daisy #532085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 33.47%
G = 12.9%
B = 53.63%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#532085 (or 0x532085) is known color: Kingfisher Daisy. HEX triplet: 53, 20 and 85. RGB value is (83,32,133). Sum of RGB (Red+Green+Blue) = 83+32+133=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #532085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532085 is #ACDF7A. Grayscale: #3A3A3A. Windows color (decimal): -11329403 or 8724563. OLE color: 8724563.

HSL color Cylindrical-coordinate representation of color #532085: hue angle of 270.3º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532085 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 32 133 -
CMYK 0.38 0.76 0 0.48
HSL 270.3º 0.61% 0.32% -
HSV(B) 270.3º 0.76% 0.52% -
XYZ 8.32 4.57 22.63 -
YUV 58.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 83 32 133 0.38 0.76 0 0.48 270.3 0.61 0.32
Hex 53 20 85 26 4C 0 30 10E 3D 20
Octal 123 40 205 46 114 0 60 416 75 40
Binary 1010011 100000 10000101 100110 1001100 0 110000 100001110 111101 100000

Color Harmonies of #532085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532085

Black with #532085

Text Example


Text Example

White with #532085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532085; }

 p { color: rgb(83,32,133); }

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

background-color css

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

 a { background-color: rgb(83,32,133); }

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

border-color css

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

 span { border-color: rgb(83,32,133); }

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