Html Css Color HEX #533A83 Kingfisher Daisy

📋 copy color: '#533A83'

red 83 ◦ green 58 ◦ blue 131

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

Shades of Kingfisher Daisy #533A83

Tints of Kingfisher Daisy #533A83

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.32%

 BLUE value IS 131 (51.56% from 255) = 48.16%

R = 30.51%
G = 21.32%
B = 48.16%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#533A83 (or 0x533A83) is known color: Kingfisher Daisy. HEX triplet: 53, 3A and 83. RGB value is (83,58,131). Sum of RGB (Red+Green+Blue) = 83+58+131=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #533A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533A83 is #ACC57C. Grayscale: #494949. Windows color (decimal): -11322749 or 8600147. OLE color: 8600147.

HSL color Cylindrical-coordinate representation of color #533A83: hue angle of 260.55º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #533A83 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 58 131 -
CMYK 0.37 0.56 0 0.49
HSL 260.55º 0.39% 0.37% -
HSV(B) 260.55º 0.56% 0.51% -
XYZ 9.18 6.5 22.24 -
YUV 73.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 83 58 131 0.37 0.56 0 0.49 260.55 0.39 0.37
Hex 53 3A 83 25 38 0 31 105 27 25
Octal 123 72 203 45 70 0 61 405 47 45
Binary 1010011 111010 10000011 100101 111000 0 110001 100000101 100111 100101

Color Harmonies of #533A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A83

Black with #533A83

Text Example


Text Example

White with #533A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533A83; }

 p { color: rgb(83,58,131); }

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

background-color css

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

 a { background-color: rgb(83,58,131); }

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

border-color css

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

 span { border-color: rgb(83,58,131); }

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