Html Css Color HEX #532192 Kingfisher Daisy

📋 copy color: '#532192'

red 83 ◦ green 33 ◦ blue 146

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

Shades of Kingfisher Daisy #532192

Tints of Kingfisher Daisy #532192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 31.68%
G = 12.6%
B = 55.73%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#532192 (or 0x532192) is known color: Kingfisher Daisy. HEX triplet: 53, 21 and 92. RGB value is (83,33,146). Sum of RGB (Red+Green+Blue) = 83+33+146=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #532192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532192 is #ACDE6D. Grayscale: #3C3C3C. Windows color (decimal): -11329134 or 9576787. OLE color: 9576787.

HSL color Cylindrical-coordinate representation of color #532192: hue angle of 266.55º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532192 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 33 146 -
CMYK 0.43 0.77 0 0.43
HSL 266.55º 0.63% 0.35% -
HSV(B) 266.55º 0.77% 0.57% -
XYZ 9.3 5 27.67 -
YUV 60.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 83 33 146 0.43 0.77 0 0.43 266.55 0.63 0.35
Hex 53 21 92 2B 4D 0 2B 10B 3F 23
Octal 123 41 222 53 115 0 53 413 77 43
Binary 1010011 100001 10010010 101011 1001101 0 101011 100001011 111111 100011

Color Harmonies of #532192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532192

Black with #532192

Text Example


Text Example

White with #532192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532192; }

 p { color: rgb(83,33,146); }

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

background-color css

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

 a { background-color: rgb(83,33,146); }

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

border-color css

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

 span { border-color: rgb(83,33,146); }

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