Html Css Color HEX #531C92 Kingfisher Daisy

📋 copy color: '#531C92'

red 83 ◦ green 28 ◦ blue 146

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

Shades of Kingfisher Daisy #531C92

Tints of Kingfisher Daisy #531C92

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 32.3%
G = 10.89%
B = 56.81%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#531C92 (or 0x531C92) is known color: Kingfisher Daisy. HEX triplet: 53, 1C and 92. RGB value is (83,28,146). Sum of RGB (Red+Green+Blue) = 83+28+146=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #531C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531C92 is #ACE36D. Grayscale: #393939. Windows color (decimal): -11330414 or 9575507. OLE color: 9575507.

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

Color convert

RGB 83 28 146 -
CMYK 0.43 0.81 0 0.43
HSL 267.97º 0.68% 0.34% -
HSV(B) 267.97º 0.81% 0.57% -
XYZ 9.17 4.74 27.63 -
YUV 57.9 177.72 145.91 -
System Red Green Blue C M Y K H S L
Decimal 83 28 146 0.43 0.81 0 0.43 267.97 0.68 0.34
Hex 53 1C 92 2B 51 0 2B 10C 44 22
Octal 123 34 222 53 121 0 53 414 104 42
Binary 1010011 11100 10010010 101011 1010001 0 101011 100001100 1000100 100010

Color Harmonies of #531C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C92

Black with #531C92

Text Example


Text Example

White with #531C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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