Html Css Color HEX #533B76 Kingfisher Daisy

📋 copy color: '#533B76'

red 83 ◦ green 59 ◦ blue 118

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

Shades of Kingfisher Daisy #533B76

Tints of Kingfisher Daisy #533B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

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

R = 31.92%
G = 22.69%
B = 45.38%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533B76 (or 0x533B76) is known color: Kingfisher Daisy. HEX triplet: 53, 3B and 76. RGB value is (83,59,118). Sum of RGB (Red+Green+Blue) = 83+59+118=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #533B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B76 is #ACC489. Grayscale: #484848. Windows color (decimal): -11322506 or 7748435. OLE color: 7748435.

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

Color convert

RGB 83 59 118 -
CMYK 0.30 0.50 0 0.54
HSL 264.41º 0.33% 0.35% -
HSV(B) 264.41º 0.5% 0.46% -
XYZ 8.4 6.27 17.91 -
YUV 72.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 83 59 118 0.30 0.50 0 0.54 264.41 0.33 0.35
Hex 53 3B 76 1E 32 0 36 108 21 23
Octal 123 73 166 36 62 0 66 410 41 43
Binary 1010011 111011 1110110 11110 110010 0 110110 100001000 100001 100011

Color Harmonies of #533B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B76

Black with #533B76

Text Example


Text Example

White with #533B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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