Html Css Color HEX #532296 Kingfisher Daisy

📋 copy color: '#532296'

red 83 ◦ green 34 ◦ blue 150

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

Shades of Kingfisher Daisy #532296

Tints of Kingfisher Daisy #532296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 31.09%
G = 12.73%
B = 56.18%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#532296 (or 0x532296) is known color: Kingfisher Daisy. HEX triplet: 53, 22 and 96. RGB value is (83,34,150). Sum of RGB (Red+Green+Blue) = 83+34+150=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #532296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532296 is #ACDD69. Grayscale: #3D3D3D. Windows color (decimal): -11328874 or 9839187. OLE color: 9839187.

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

Color convert

RGB 83 34 150 -
CMYK 0.45 0.77 0 0.41
HSL 265.34º 0.63% 0.36% -
HSV(B) 265.34º 0.77% 0.59% -
XYZ 9.64 5.19 29.35 -
YUV 61.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 83 34 150 0.45 0.77 0 0.41 265.34 0.63 0.36
Hex 53 22 96 2D 4D 0 29 109 3F 24
Octal 123 42 226 55 115 0 51 411 77 44
Binary 1010011 100010 10010110 101101 1001101 0 101001 100001001 111111 100100

Color Harmonies of #532296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532296

Black with #532296

Text Example


Text Example

White with #532296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532296; }

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

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

background-color css

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

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

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

border-color css

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

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

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