Html Css Color HEX #533682 Kingfisher Daisy

📋 copy color: '#533682'

red 83 ◦ green 54 ◦ blue 130

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

Shades of Kingfisher Daisy #533682

Tints of Kingfisher Daisy #533682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

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

R = 31.09%
G = 20.22%
B = 48.69%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#533682 (or 0x533682) is known color: Kingfisher Daisy. HEX triplet: 53, 36 and 82. RGB value is (83,54,130). Sum of RGB (Red+Green+Blue) = 83+54+130=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #533682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533682 is #ACC97D. Grayscale: #474747. Windows color (decimal): -11323774 or 8533587. OLE color: 8533587.

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

Color convert

RGB 83 54 130 -
CMYK 0.36 0.58 0 0.49
HSL 262.89º 0.41% 0.36% -
HSV(B) 262.89º 0.58% 0.51% -
XYZ 8.92 6.09 21.82 -
YUV 71.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 83 54 130 0.36 0.58 0 0.49 262.89 0.41 0.36
Hex 53 36 82 24 3A 0 31 107 29 24
Octal 123 66 202 44 72 0 61 407 51 44
Binary 1010011 110110 10000010 100100 111010 0 110001 100000111 101001 100100

Color Harmonies of #533682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533682

Black with #533682

Text Example


Text Example

White with #533682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533682; }

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

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

background-color css

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

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

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

border-color css

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

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

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