Html Css Color HEX #532485 Kingfisher Daisy

📋 copy color: '#532485'

red 83 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #532485

Tints of Kingfisher Daisy #532485

RGB

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

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

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

R = 32.94%
G = 14.29%
B = 52.78%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#532485 (or 0x532485) is known color: Kingfisher Daisy. HEX triplet: 53, 24 and 85. RGB value is (83,36,133). Sum of RGB (Red+Green+Blue) = 83+36+133=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #532485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532485 is #ACDB7A. Grayscale: #3C3C3C. Windows color (decimal): -11328379 or 8725587. OLE color: 8725587.

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

Color convert

RGB 83 36 133 -
CMYK 0.38 0.73 0 0.48
HSL 269.07º 0.57% 0.33% -
HSV(B) 269.07º 0.73% 0.52% -
XYZ 8.43 4.79 22.67 -
YUV 61.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 83 36 133 0.38 0.73 0 0.48 269.07 0.57 0.33
Hex 53 24 85 26 49 0 30 10D 39 21
Octal 123 44 205 46 111 0 60 415 71 41
Binary 1010011 100100 10000101 100110 1001001 0 110000 100001101 111001 100001

Color Harmonies of #532485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532485

Black with #532485

Text Example


Text Example

White with #532485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532485; }

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

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

background-color css

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

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

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

border-color css

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

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

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