Html Css Color HEX #532482 Kingfisher Daisy

📋 copy color: '#532482'

red 83 ◦ green 36 ◦ blue 130

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

Shades of Kingfisher Daisy #532482

Tints of Kingfisher Daisy #532482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 33.33%
G = 14.46%
B = 52.21%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#532482 (or 0x532482) is known color: Kingfisher Daisy. HEX triplet: 53, 24 and 82. RGB value is (83,36,130). Sum of RGB (Red+Green+Blue) = 83+36+130=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #532482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532482 is #ACDB7D. Grayscale: #3C3C3C. Windows color (decimal): -11328382 or 8528979. OLE color: 8528979.

HSL color Cylindrical-coordinate representation of color #532482: hue angle of 270º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532482 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 36 130 -
CMYK 0.36 0.72 0 0.49
HSL 270º 0.57% 0.33% -
HSV(B) 270º 0.72% 0.51% -
XYZ 8.23 4.71 21.6 -
YUV 60.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 83 36 130 0.36 0.72 0 0.49 270 0.57 0.33
Hex 53 24 82 24 48 0 31 10E 39 21
Octal 123 44 202 44 110 0 61 416 71 41
Binary 1010011 100100 10000010 100100 1001000 0 110001 100001110 111001 100001

Color Harmonies of #532482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532482

Black with #532482

Text Example


Text Example

White with #532482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532482; }

 p { color: rgb(83,36,130); }

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

background-color css

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

 a { background-color: rgb(83,36,130); }

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

border-color css

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

 span { border-color: rgb(83,36,130); }

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