Html Css Color HEX #532295 Kingfisher Daisy

📋 copy color: '#532295'

red 83 ◦ green 34 ◦ blue 149

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

Shades of Kingfisher Daisy #532295

Tints of Kingfisher Daisy #532295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 31.2%
G = 12.78%
B = 56.02%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#532295 (or 0x532295) is known color: Kingfisher Daisy. HEX triplet: 53, 22 and 95. RGB value is (83,34,149). Sum of RGB (Red+Green+Blue) = 83+34+149=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #532295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532295 is #ACDD6A. Grayscale: #3D3D3D. Windows color (decimal): -11328875 or 9773651. OLE color: 9773651.

HSL color Cylindrical-coordinate representation of color #532295: hue angle of 265.57º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532295 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 34 149 -
CMYK 0.44 0.77 0 0.42
HSL 265.57º 0.63% 0.36% -
HSV(B) 265.57º 0.77% 0.58% -
XYZ 9.56 5.15 28.92 -
YUV 61.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 83 34 149 0.44 0.77 0 0.42 265.57 0.63 0.36
Hex 53 22 95 2C 4D 0 2A 10A 3F 24
Octal 123 42 225 54 115 0 52 412 77 44
Binary 1010011 100010 10010101 101100 1001101 0 101010 100001010 111111 100100

Color Harmonies of #532295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532295

Black with #532295

Text Example


Text Example

White with #532295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532295; }

 p { color: rgb(83,34,149); }

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

background-color css

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

 a { background-color: rgb(83,34,149); }

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

border-color css

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

 span { border-color: rgb(83,34,149); }

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