Html Css Color HEX #533882 Kingfisher Daisy

📋 copy color: '#533882'

red 83 ◦ green 56 ◦ blue 130

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

Shades of Kingfisher Daisy #533882

Tints of Kingfisher Daisy #533882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.82%

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

R = 30.86%
G = 20.82%
B = 48.33%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#533882 (or 0x533882) is known color: Kingfisher Daisy. HEX triplet: 53, 38 and 82. RGB value is (83,56,130). Sum of RGB (Red+Green+Blue) = 83+56+130=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #533882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533882 is #ACC77D. Grayscale: #484848. Windows color (decimal): -11323262 or 8534099. OLE color: 8534099.

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

Color convert

RGB 83 56 130 -
CMYK 0.36 0.57 0 0.49
HSL 261.89º 0.4% 0.36% -
HSV(B) 261.89º 0.57% 0.51% -
XYZ 9.01 6.28 21.86 -
YUV 72.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 83 56 130 0.36 0.57 0 0.49 261.89 0.4 0.36
Hex 53 38 82 24 39 0 31 106 28 24
Octal 123 70 202 44 71 0 61 406 50 44
Binary 1010011 111000 10000010 100100 111001 0 110001 100000110 101000 100100

Color Harmonies of #533882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533882

Black with #533882

Text Example


Text Example

White with #533882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533882; }

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

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

background-color css

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

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

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

border-color css

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

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

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