Html Css Color HEX #532F85 Kingfisher Daisy

📋 copy color: '#532F85'

red 83 ◦ green 47 ◦ blue 133

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

Shades of Kingfisher Daisy #532F85

Tints of Kingfisher Daisy #532F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

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

R = 31.56%
G = 17.87%
B = 50.57%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#532F85 (or 0x532F85) is known color: Kingfisher Daisy. HEX triplet: 53, 2F and 85. RGB value is (83,47,133). Sum of RGB (Red+Green+Blue) = 83+47+133=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #532F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532F85 is #ACD07A. Grayscale: #434343. Windows color (decimal): -11325563 or 8728403. OLE color: 8728403.

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

Color convert

RGB 83 47 133 -
CMYK 0.38 0.65 0 0.48
HSL 265.12º 0.48% 0.35% -
HSV(B) 265.12º 0.65% 0.52% -
XYZ 8.82 5.57 22.8 -
YUV 67.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 83 47 133 0.38 0.65 0 0.48 265.12 0.48 0.35
Hex 53 2F 85 26 41 0 30 109 30 23
Octal 123 57 205 46 101 0 60 411 60 43
Binary 1010011 101111 10000101 100110 1000001 0 110000 100001001 110000 100011

Color Harmonies of #532F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F85

Black with #532F85

Text Example


Text Example

White with #532F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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