Html Css Color HEX #532293 Kingfisher Daisy

📋 copy color: '#532293'

red 83 ◦ green 34 ◦ blue 147

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

Shades of Kingfisher Daisy #532293

Tints of Kingfisher Daisy #532293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 31.44%
G = 12.88%
B = 55.68%

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

#532293 (or 0x532293) is known color: Kingfisher Daisy. HEX triplet: 53, 22 and 93. RGB value is (83,34,147). Sum of RGB (Red+Green+Blue) = 83+34+147=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #532293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532293 is #ACDD6C. Grayscale: #3D3D3D. Windows color (decimal): -11328877 or 9642579. OLE color: 9642579.

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

Color convert

RGB 83 34 147 -
CMYK 0.44 0.77 0 0.42
HSL 266.02º 0.62% 0.35% -
HSV(B) 266.02º 0.77% 0.58% -
XYZ 9.41 5.09 28.09 -
YUV 61.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 83 34 147 0.44 0.77 0 0.42 266.02 0.62 0.35
Hex 53 22 93 2C 4D 0 2A 10A 3E 23
Octal 123 42 223 54 115 0 52 412 76 43
Binary 1010011 100010 10010011 101100 1001101 0 101010 100001010 111110 100011

Color Harmonies of #532293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532293

Black with #532293

Text Example


Text Example

White with #532293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532293; }

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

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

background-color css

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

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

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

border-color css

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

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

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