Html Css Color HEX #531D99 Kingfisher Daisy

📋 copy color: '#531D99'

red 83 ◦ green 29 ◦ blue 153

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

Shades of Kingfisher Daisy #531D99

Tints of Kingfisher Daisy #531D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 31.32%
G = 10.94%
B = 57.74%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#531D99 (or 0x531D99) is known color: Kingfisher Daisy. HEX triplet: 53, 1D and 99. RGB value is (83,29,153). Sum of RGB (Red+Green+Blue) = 83+29+153=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #531D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531D99 is #ACE266. Grayscale: #3A3A3A. Windows color (decimal): -11330151 or 10034515. OLE color: 10034515.

HSL color Cylindrical-coordinate representation of color #531D99: hue angle of 266.13º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531D99 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 29 153 -
CMYK 0.46 0.81 0 0.4
HSL 266.13º 0.68% 0.36% -
HSV(B) 266.13º 0.81% 0.6% -
XYZ 9.76 5.02 30.59 -
YUV 59.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 83 29 153 0.46 0.81 0 0.4 266.13 0.68 0.36
Hex 53 1D 99 2E 51 0 28 10A 44 24
Octal 123 35 231 56 121 0 50 412 104 44
Binary 1010011 11101 10011001 101110 1010001 0 101000 100001010 1000100 100100

Color Harmonies of #531D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D99

Black with #531D99

Text Example


Text Example

White with #531D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,29,153); }

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

background-color css

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

 a { background-color: rgb(83,29,153); }

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

border-color css

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

 span { border-color: rgb(83,29,153); }

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