Html Css Color HEX #532483 Kingfisher Daisy

📋 copy color: '#532483'

red 83 ◦ green 36 ◦ blue 131

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

Shades of Kingfisher Daisy #532483

Tints of Kingfisher Daisy #532483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 33.2%
G = 14.4%
B = 52.4%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#532483 (or 0x532483) is known color: Kingfisher Daisy. HEX triplet: 53, 24 and 83. RGB value is (83,36,131). Sum of RGB (Red+Green+Blue) = 83+36+131=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #532483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532483 is #ACDB7C. Grayscale: #3C3C3C. Windows color (decimal): -11328381 or 8594515. OLE color: 8594515.

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

Color convert

RGB 83 36 131 -
CMYK 0.37 0.73 0 0.49
HSL 269.68º 0.57% 0.33% -
HSV(B) 269.68º 0.73% 0.51% -
XYZ 8.29 4.74 21.95 -
YUV 60.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 83 36 131 0.37 0.73 0 0.49 269.68 0.57 0.33
Hex 53 24 83 25 49 0 31 10E 39 21
Octal 123 44 203 45 111 0 61 416 71 41
Binary 1010011 100100 10000011 100101 1001001 0 110001 100001110 111001 100001

Color Harmonies of #532483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532483

Black with #532483

Text Example


Text Example

White with #532483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532483; }

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

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

background-color css

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

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

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

border-color css

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

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

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