Html Css Color HEX #533B74 Kingfisher Daisy

📋 copy color: '#533B74'

red 83 ◦ green 59 ◦ blue 116

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

Shades of Kingfisher Daisy #533B74

Tints of Kingfisher Daisy #533B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 32.17%
G = 22.87%
B = 44.96%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533B74 (or 0x533B74) is known color: Kingfisher Daisy. HEX triplet: 53, 3B and 74. RGB value is (83,59,116). Sum of RGB (Red+Green+Blue) = 83+59+116=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #533B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B74 is #ACC48B. Grayscale: #484848. Windows color (decimal): -11322508 or 7617363. OLE color: 7617363.

HSL color Cylindrical-coordinate representation of color #533B74: hue angle of 265.26º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533B74 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 59 116 -
CMYK 0.28 0.49 0 0.55
HSL 265.26º 0.33% 0.34% -
HSV(B) 265.26º 0.49% 0.45% -
XYZ 8.28 6.23 17.29 -
YUV 72.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 83 59 116 0.28 0.49 0 0.55 265.26 0.33 0.34
Hex 53 3B 74 1C 31 0 37 109 21 22
Octal 123 73 164 34 61 0 67 411 41 42
Binary 1010011 111011 1110100 11100 110001 0 110111 100001001 100001 100010

Color Harmonies of #533B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B74

Black with #533B74

Text Example


Text Example

White with #533B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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