Html Css Color HEX #533982 Kingfisher Daisy

📋 copy color: '#533982'

red 83 ◦ green 57 ◦ blue 130

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

Shades of Kingfisher Daisy #533982

Tints of Kingfisher Daisy #533982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 130 (51.17% from 255) = 48.15%

R = 30.74%
G = 21.11%
B = 48.15%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#533982 (or 0x533982) is known color: Kingfisher Daisy. HEX triplet: 53, 39 and 82. RGB value is (83,57,130). Sum of RGB (Red+Green+Blue) = 83+57+130=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #533982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533982 is #ACC67D. Grayscale: #484848. Windows color (decimal): -11323006 or 8534355. OLE color: 8534355.

HSL color Cylindrical-coordinate representation of color #533982: hue angle of 261.37º 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 #533982 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 57 130 -
CMYK 0.36 0.56 0 0.49
HSL 261.37º 0.39% 0.37% -
HSV(B) 261.37º 0.56% 0.51% -
XYZ 9.06 6.38 21.87 -
YUV 73.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 83 57 130 0.36 0.56 0 0.49 261.37 0.39 0.37
Hex 53 39 82 24 38 0 31 105 27 25
Octal 123 71 202 44 70 0 61 405 47 45
Binary 1010011 111001 10000010 100100 111000 0 110001 100000101 100111 100101

Color Harmonies of #533982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533982

Black with #533982

Text Example


Text Example

White with #533982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533982; }

 p { color: rgb(83,57,130); }

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

background-color css

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

 a { background-color: rgb(83,57,130); }

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

border-color css

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

 span { border-color: rgb(83,57,130); }

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