Html Css Color HEX #533783 Kingfisher Daisy

📋 copy color: '#533783'

red 83 ◦ green 55 ◦ blue 131

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

Shades of Kingfisher Daisy #533783

Tints of Kingfisher Daisy #533783

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

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

R = 30.86%
G = 20.45%
B = 48.7%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#533783 (or 0x533783) is known color: Kingfisher Daisy. HEX triplet: 53, 37 and 83. RGB value is (83,55,131). Sum of RGB (Red+Green+Blue) = 83+55+131=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #533783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533783 is #ACC87C. Grayscale: #474747. Windows color (decimal): -11323517 or 8599379. OLE color: 8599379.

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

Color convert

RGB 83 55 131 -
CMYK 0.37 0.58 0 0.49
HSL 262.11º 0.41% 0.36% -
HSV(B) 262.11º 0.58% 0.51% -
XYZ 9.03 6.21 22.2 -
YUV 72.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 83 55 131 0.37 0.58 0 0.49 262.11 0.41 0.36
Hex 53 37 83 25 3A 0 31 106 29 24
Octal 123 67 203 45 72 0 61 406 51 44
Binary 1010011 110111 10000011 100101 111010 0 110001 100000110 101001 100100

Color Harmonies of #533783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533783

Black with #533783

Text Example


Text Example

White with #533783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533783; }

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

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

background-color css

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

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

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

border-color css

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

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

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