Html Css Color HEX #532582 Kingfisher Daisy

📋 copy color: '#532582'

red 83 ◦ green 37 ◦ blue 130

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

Shades of Kingfisher Daisy #532582

Tints of Kingfisher Daisy #532582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 33.2%
G = 14.8%
B = 52%

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

#532582 (or 0x532582) is known color: Kingfisher Daisy. HEX triplet: 53, 25 and 82. RGB value is (83,37,130). Sum of RGB (Red+Green+Blue) = 83+37+130=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #532582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532582 is #ACDA7D. Grayscale: #3D3D3D. Windows color (decimal): -11328126 or 8529235. OLE color: 8529235.

HSL color Cylindrical-coordinate representation of color #532582: hue angle of 269.68º degrees, saturation: 0.56, 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 #532582 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 37 130 -
CMYK 0.36 0.72 0 0.49
HSL 269.68º 0.56% 0.33% -
HSV(B) 269.68º 0.72% 0.51% -
XYZ 8.26 4.77 21.61 -
YUV 61.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 83 37 130 0.36 0.72 0 0.49 269.68 0.56 0.33
Hex 53 25 82 24 48 0 31 10E 38 21
Octal 123 45 202 44 110 0 61 416 70 41
Binary 1010011 100101 10000010 100100 1001000 0 110001 100001110 111000 100001

Color Harmonies of #532582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532582

Black with #532582

Text Example


Text Example

White with #532582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532582; }

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

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

background-color css

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

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

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

border-color css

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

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

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