Html Css Color HEX #532291 Kingfisher Daisy

📋 copy color: '#532291'

red 83 ◦ green 34 ◦ blue 145

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

Shades of Kingfisher Daisy #532291

Tints of Kingfisher Daisy #532291

RGB

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

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

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

R = 31.68%
G = 12.98%
B = 55.34%

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

#532291 (or 0x532291) is known color: Kingfisher Daisy. HEX triplet: 53, 22 and 91. RGB value is (83,34,145). Sum of RGB (Red+Green+Blue) = 83+34+145=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #532291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532291 is #ACDD6E. Grayscale: #3C3C3C. Windows color (decimal): -11328879 or 9511507. OLE color: 9511507.

HSL color Cylindrical-coordinate representation of color #532291: hue angle of 266.49º degrees, saturation: 0.62, 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 #532291 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 34 145 -
CMYK 0.43 0.77 0 0.43
HSL 266.49º 0.62% 0.35% -
HSV(B) 266.49º 0.77% 0.57% -
XYZ 9.25 5.03 27.27 -
YUV 61.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 83 34 145 0.43 0.77 0 0.43 266.49 0.62 0.35
Hex 53 22 91 2B 4D 0 2B 10A 3E 23
Octal 123 42 221 53 115 0 53 412 76 43
Binary 1010011 100010 10010001 101011 1001101 0 101011 100001010 111110 100011

Color Harmonies of #532291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532291

Black with #532291

Text Example


Text Example

White with #532291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532291; }

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

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

background-color css

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

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

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

border-color css

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

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

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