Html Css Color HEX #532891 Kingfisher Daisy

📋 copy color: '#532891'

red 83 ◦ green 40 ◦ blue 145

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

Shades of Kingfisher Daisy #532891

Tints of Kingfisher Daisy #532891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.93%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 30.97%
G = 14.93%
B = 54.1%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#532891 (or 0x532891) is known color: Kingfisher Daisy. HEX triplet: 53, 28 and 91. RGB value is (83,40,145). Sum of RGB (Red+Green+Blue) = 83+40+145=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #532891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532891 is #ACD76E. Grayscale: #404040. Windows color (decimal): -11327343 or 9513043. OLE color: 9513043.

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

Color convert

RGB 83 40 145 -
CMYK 0.43 0.72 0 0.43
HSL 264.57º 0.57% 0.36% -
HSV(B) 264.57º 0.72% 0.57% -
XYZ 9.44 5.4 27.33 -
YUV 64.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 83 40 145 0.43 0.72 0 0.43 264.57 0.57 0.36
Hex 53 28 91 2B 48 0 2B 109 39 24
Octal 123 50 221 53 110 0 53 411 71 44
Binary 1010011 101000 10010001 101011 1001000 0 101011 100001001 111001 100100

Color Harmonies of #532891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532891

Black with #532891

Text Example


Text Example

White with #532891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532891; }

 p { color: rgb(83,40,145); }

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

background-color css

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

 a { background-color: rgb(83,40,145); }

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

border-color css

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

 span { border-color: rgb(83,40,145); }

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