Html Css Color HEX #533675 Kingfisher Daisy

📋 copy color: '#533675'

red 83 ◦ green 54 ◦ blue 117

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

Shades of Kingfisher Daisy #533675

Tints of Kingfisher Daisy #533675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 32.68%
G = 21.26%
B = 46.06%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533675 (or 0x533675) is known color: Kingfisher Daisy. HEX triplet: 53, 36 and 75. RGB value is (83,54,117). Sum of RGB (Red+Green+Blue) = 83+54+117=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #533675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533675 is #ACC98A. Grayscale: #454545. Windows color (decimal): -11323787 or 7681619. OLE color: 7681619.

HSL color Cylindrical-coordinate representation of color #533675: hue angle of 267.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #533675 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 54 117 -
CMYK 0.29 0.54 0 0.54
HSL 267.62º 0.37% 0.34% -
HSV(B) 267.62º 0.54% 0.46% -
XYZ 8.1 5.76 17.51 -
YUV 69.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 83 54 117 0.29 0.54 0 0.54 267.62 0.37 0.34
Hex 53 36 75 1D 36 0 36 10C 25 22
Octal 123 66 165 35 66 0 66 414 45 42
Binary 1010011 110110 1110101 11101 110110 0 110110 100001100 100101 100010

Color Harmonies of #533675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533675

Black with #533675

Text Example


Text Example

White with #533675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533675; }

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

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

background-color css

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

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

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

border-color css

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

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

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