Html Css Color HEX #533C76 Kingfisher Daisy

📋 copy color: '#533C76'

red 83 ◦ green 60 ◦ blue 118

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

Shades of Kingfisher Daisy #533C76

Tints of Kingfisher Daisy #533C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

 BLUE value IS 118 (46.48% from 255) = 45.21%

R = 31.8%
G = 22.99%
B = 45.21%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533C76 (or 0x533C76) is known color: Kingfisher Daisy. HEX triplet: 53, 3C and 76. RGB value is (83,60,118). Sum of RGB (Red+Green+Blue) = 83+60+118=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #533C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C76 is #ACC389. Grayscale: #494949. Windows color (decimal): -11322250 or 7748691. OLE color: 7748691.

HSL color Cylindrical-coordinate representation of color #533C76: hue angle of 263.79º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533C76 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 60 118 -
CMYK 0.30 0.49 0 0.54
HSL 263.79º 0.33% 0.35% -
HSV(B) 263.79º 0.49% 0.46% -
XYZ 8.45 6.38 17.93 -
YUV 73.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 83 60 118 0.30 0.49 0 0.54 263.79 0.33 0.35
Hex 53 3C 76 1E 31 0 36 108 21 23
Octal 123 74 166 36 61 0 66 410 41 43
Binary 1010011 111100 1110110 11110 110001 0 110110 100001000 100001 100011

Color Harmonies of #533C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C76

Black with #533C76

Text Example


Text Example

White with #533C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,118); }

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

background-color css

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

 a { background-color: rgb(83,60,118); }

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

border-color css

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

 span { border-color: rgb(83,60,118); }

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